home/nixos: fix kdeconnect under sway

This commit is contained in:
genofire 2022-07-23 15:00:17 +02:00
parent 58b2e5cce0
commit 2da7cd2ea7
3 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,7 @@
gopls
cargo
yarn
cmake
pwgen
gotify-cli
glow

View File

@ -344,7 +344,7 @@ in
#{ command = "firefoxdeveloperedition"; }
] ++ lib.optionals (cfg.KDEConnect) [
{ command = "/usr/lib/kdeconnectd"; }
{ command = "/home/genofire/.nix-profile/libexec/kdeconnectd"; }
{ command = "${pkgs.libsForQt5.kdeconnect-kde}/libexec/kdeconnectd"; }
{ command = "kdeconnect-indicator"; }
] ++ lib.optionals (cfg.mail) [
{ command = "thunderbird"; }

View File

@ -45,7 +45,6 @@
programs.kdeconnect = {
enable = true;
# openFirewall = true; - by enable
};