From 58ddb0c0341280bf212657af5372d328c3a1ad9c Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 14 May 2024 12:14:12 +0800 Subject: [PATCH] fix(plasma): persist wallet --- home/plasma/home.nix | 1 - home/plasma/nixos.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 {