Merge branch 'master' of 192.168.1.126:TheCrazyInsanity/nixos-configv3

This commit is contained in:
2026-03-13 18:44:17 -04:00
9 changed files with 253 additions and 37 deletions

View File

@@ -61,6 +61,7 @@
"Documents"
"Videos"
"nixos-configv3"
".config/cura"
{
directory = ".local/share/Steam";
mode = "0777";
@@ -92,5 +93,5 @@
];
};
};
users.users.laythe.hashedPasswordFile="/persistent/etc/passwdfile";
users.users.laythe.hashedPasswordFile = "/persistent/etc/passwdfile";
}