diff --git a/modules/home/kdeconnect.nix b/modules/home/kdeconnect.nix index 33c2ca2..d5c3369 100644 --- a/modules/home/kdeconnect.nix +++ b/modules/home/kdeconnect.nix @@ -7,6 +7,10 @@ in { }; config = lib.mkIf cfg.enable { + sydnix.impermanence.directories = [ + ".config/kdeconnect" + ]; + services.kdeconnect = { enable = true; indicator = true;