hm/valent: persist state
This commit is contained in:
parent
7527ca13de
commit
7c14dd16a6
|
@ -21,6 +21,7 @@
|
|||
".thunderbird"
|
||||
".zotero"
|
||||
|
||||
".config/dconf"
|
||||
".config/nheko"
|
||||
|
||||
".local/share/nheko"
|
||||
|
|
|
@ -14,4 +14,8 @@
|
|||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
home.globalPersistence.directories = [
|
||||
".config/valent"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue