diff --git a/home/default.nix b/home/default.nix index b4d4655..7a0d1d4 100644 --- a/home/default.nix +++ b/home/default.nix @@ -49,6 +49,7 @@ gopls cargo yarn + cmake pwgen gotify-cli glow diff --git a/home/desktop-sway.nix b/home/desktop-sway.nix index 5814461..fde0c66 100644 --- a/home/desktop-sway.nix +++ b/home/desktop-sway.nix @@ -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"; } diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 59ea225..0f181ea 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -45,7 +45,6 @@ programs.kdeconnect = { enable = true; - # openFirewall = true; - by enable };