hm/valent: persist state

This commit is contained in:
Lu Wang 2024-12-13 22:43:32 +08:00
parent 7527ca13de
commit 7c14dd16a6
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU
2 changed files with 5 additions and 0 deletions

View file

@ -21,6 +21,7 @@
".thunderbird"
".zotero"
".config/dconf"
".config/nheko"
".local/share/nheko"

View file

@ -14,4 +14,8 @@
};
Install.WantedBy = [ "graphical-session.target" ];
};
home.globalPersistence.directories = [
".config/valent"
];
}