fix(plasma): persist wallet

This commit is contained in:
514fpv 2024-05-14 12:14:12 +08:00
parent 90be080432
commit 58ddb0c034
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 1 additions and 1 deletions

View file

@ -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;
};

View file

@ -23,6 +23,7 @@ in {
users.home.persist.files = mkIf cfg.enable [
".config/kwinoutputconfig.json"
".local/share/kwalletd"
];
services.desktopManager.plasma6 = mkIf cfg.enable {