Auto-create persist directories.

This commit is contained in:
Tom Alexander
2025-03-30 17:26:05 -04:00
parent 33f45c56bf
commit c173ea87cf
9 changed files with 116 additions and 157 deletions

View File

@@ -1,4 +1,3 @@
# MANUAL: mkdir -p ~/.persist/.local/share/soh/Save
{
config,
lib,
@@ -39,14 +38,7 @@ in
source = ./files/shipofharkinian.json;
};
home.persistence."/home/deck/.persist" = {
directories = [
{
directory = ".local/share/soh/Save";
method = "symlink";
}
];
};
me.persist.directories = [ ".local/share/soh/Save" ];
home.persistence."/home/deck/.state" = {
files = [
".local/share/soh/oot.otr"