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