diff options
| author | adikro <adikro@disroot.org> | 2026-01-19 11:43:42 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-19 11:43:42 +0100 |
| commit | d2571482b4eb5660fd92727efb4e5254df06e45e (patch) | |
| tree | b94282d6f250a82587c25689cba8a1dc1a2f2d96 /hm/soft/kdeconnect.nix | |
| parent | 760a0edc2937fab375898bbd2f2a3011eb8c9756 (diff) | |
a lot of changes
Diffstat (limited to 'hm/soft/kdeconnect.nix')
| -rw-r--r-- | hm/soft/kdeconnect.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hm/soft/kdeconnect.nix b/hm/soft/kdeconnect.nix deleted file mode 100644 index fbaea82..0000000 --- a/hm/soft/kdeconnect.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, lib, ... }: -let - cfg = config.hm.soft.kdeconnect; -in -{ - options.hm.soft.kdeconnect.enable = lib.mkEnableOption "enables kde connect integration and dolphin"; - - config = lib.mkIf cfg.enable { - services.kdeconnect.enable = true; - }; -} |
