This commit is contained in:
2026-02-25 23:58:47 +00:00
parent 5325aba1cf
commit eb5b621962
7 changed files with 213 additions and 81 deletions

View File

@@ -0,0 +1,12 @@
{
home.persistenec."/persist/home/chris" = {
directories = [
"Downloads"
"Tower"
".config/dotfiles"
".local/share/direnv"
".ssh"
];
"allowOther" = true;
};
}