updates, changes, fixes

This commit is contained in:
2026-04-19 16:10:59 +01:00
parent 2da23060ae
commit e7adfc03d8
8 changed files with 112 additions and 77 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
defaultCfg = rec {
username = "liamm";
homeDirectory = "/home/${username}";
runtimeRoot = "${homeDirectory}/personal/nixos";
runtimeRoot = "${homeDirectory}/nixos";
context = self;
};
in