sway: move kdeconnect to sway config

This commit is contained in:
Leonardo Eugênio 2023-11-07 20:45:41 -03:00
parent 17b43bab27
commit 08c09a7fce
2 changed files with 6 additions and 5 deletions

View file

@ -149,11 +149,6 @@
startInBackground = true;
};
services.kdeconnect = {
enable = true;
indicator = true;
};
xdg.defaultApplications = {
enable = true;
text-editor = lib.mkDefault "kak.desktop";

View file

@ -92,6 +92,12 @@ in
enable = true;
provider = "geoclue2";
};
services.kdeconnect = {
enable = true;
indicator = true;
};
home.packages = with pkgs; [
sway
swaybg