fix(plasma): persist wallet
This commit is contained in:
parent
90be080432
commit
58ddb0c034
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -23,6 +23,7 @@ in {
|
|||
|
||||
users.home.persist.files = mkIf cfg.enable [
|
||||
".config/kwinoutputconfig.json"
|
||||
".local/share/kwalletd"
|
||||
];
|
||||
|
||||
services.desktopManager.plasma6 = mkIf cfg.enable {
|
||||
|
|
Loading…
Reference in a new issue