refactor: persist

This commit is contained in:
2025-06-29 15:13:29 +08:00
parent be5fd3b9ff
commit 13b69ccc95
11 changed files with 39 additions and 26 deletions

View File

@@ -23,5 +23,8 @@ lib.my.makeSwitch {
".minecraft"
".local/share/hmcl"
];
my.persist.homeFiles = [
".hmcl.json"
];
};
}

View File

@@ -20,5 +20,8 @@ lib.my.makeSwitch {
gamescope
];
};
my.persist.homeDirs = [
".local/share/Steam"
];
};
}