diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-01 21:47:45 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-01 21:52:46 +0200 |
| commit | ff442b6e9e6011874b52d3a86422a6e72a0a62f9 (patch) | |
| tree | 3b3e60fb86873b478ada5c59cd71f96f81b38b76 /home-modules | |
| parent | dd935615379b477e827e9cc129120fd4baaf8ad6 (diff) | |
update flake
Diffstat (limited to 'home-modules')
| -rw-r--r-- | home-modules/apps/desktop/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix index 3a06860..287b9f0 100644 --- a/home-modules/apps/desktop/default.nix +++ b/home-modules/apps/desktop/default.nix @@ -70,7 +70,7 @@ in }) (lib.mkIf cfg.connectivity.enable { home.packages = with pkgs; [ - libsForQt5.kdeconnect-kde + kdePackages.kdeconnect-kde syncthingtray eduvpn-client ]; |
