fix(plasma): fix wallet persist

This commit is contained in:
514fpv 2024-05-14 17:29:54 +08:00
parent 3210d3c6a9
commit 302f4005cb
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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