summaryrefslogtreecommitdiff
path: root/hm/soft/kdeconnect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/kdeconnect.nix')
-rw-r--r--hm/soft/kdeconnect.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hm/soft/kdeconnect.nix b/hm/soft/kdeconnect.nix
index 07a5d9e..fbaea82 100644
--- a/hm/soft/kdeconnect.nix
+++ b/hm/soft/kdeconnect.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, ... }:
let
cfg = config.hm.soft.kdeconnect;
in
@@ -7,9 +7,5 @@ in
config = lib.mkIf cfg.enable {
services.kdeconnect.enable = true;
-
- home.packages = [
- pkgs.kdePackages.dolphin
- ];
};
}