diff --git a/home/plasma/home.nix b/home/plasma/home.nix index 9426be7b..7c329a8b 100644 --- a/home/plasma/home.nix +++ b/home/plasma/home.nix @@ -25,7 +25,6 @@ in mkIf cfg.enable { configFile = { baloofilerc."Basic Settings"."Indexing-Enabled" = false; - kwalletrc.Wallet.Enabled = false; kscreenlockerrc.Greeter.Wallpaper."org.kde.image".General.Image = image; kscreenlockerrc.Greeter.Wallpaper."org.kde.image".General.PreviewImage = image; }; diff --git a/home/plasma/nixos.nix b/home/plasma/nixos.nix index f3f8a2ba..5920abe5 100644 --- a/home/plasma/nixos.nix +++ b/home/plasma/nixos.nix @@ -23,6 +23,7 @@ in { users.home.persist.files = mkIf cfg.enable [ ".config/kwinoutputconfig.json" + ".local/share/kwalletd" ]; services.desktopManager.plasma6 = mkIf cfg.enable {