fix(plasma): fix wallet persist
This commit is contained in:
parent
3210d3c6a9
commit
302f4005cb
|
@ -23,6 +23,8 @@ in {
|
||||||
|
|
||||||
users.home.persist.files = mkIf cfg.enable [
|
users.home.persist.files = mkIf cfg.enable [
|
||||||
".config/kwinoutputconfig.json"
|
".config/kwinoutputconfig.json"
|
||||||
|
];
|
||||||
|
users.home.persist.directories = mkIf cfg.enable [
|
||||||
".local/share/kwalletd"
|
".local/share/kwalletd"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue