home/nixos: fix kdeconnect under sway
This commit is contained in:
parent
58b2e5cce0
commit
2da7cd2ea7
|
@ -49,6 +49,7 @@
|
||||||
gopls
|
gopls
|
||||||
cargo
|
cargo
|
||||||
yarn
|
yarn
|
||||||
|
cmake
|
||||||
pwgen
|
pwgen
|
||||||
gotify-cli
|
gotify-cli
|
||||||
glow
|
glow
|
||||||
|
|
|
@ -344,7 +344,7 @@ in
|
||||||
#{ command = "firefoxdeveloperedition"; }
|
#{ command = "firefoxdeveloperedition"; }
|
||||||
] ++ lib.optionals (cfg.KDEConnect) [
|
] ++ lib.optionals (cfg.KDEConnect) [
|
||||||
{ command = "/usr/lib/kdeconnectd"; }
|
{ command = "/usr/lib/kdeconnectd"; }
|
||||||
{ command = "/home/genofire/.nix-profile/libexec/kdeconnectd"; }
|
{ command = "${pkgs.libsForQt5.kdeconnect-kde}/libexec/kdeconnectd"; }
|
||||||
{ command = "kdeconnect-indicator"; }
|
{ command = "kdeconnect-indicator"; }
|
||||||
] ++ lib.optionals (cfg.mail) [
|
] ++ lib.optionals (cfg.mail) [
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
|
|
||||||
programs.kdeconnect = {
|
programs.kdeconnect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# openFirewall = true; - by enable
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue