update how website is served

This commit is contained in:
2026-07-11 16:28:11 -04:00
parent 26af7b2dcd
commit e0ec38d87d
8 changed files with 133 additions and 76 deletions
+5
View File
@@ -4,5 +4,10 @@
home.username = "root";
home.homeDirectory = "/root";
imports = [
./tools.nix
];
programs.home-manager.enable = true;
home.stateVersion = "26.05";
}
+4
View File
@@ -28,6 +28,10 @@
};
};
programs.helix = {
enable = true;
};
home.sessionVariables = {
EDITOR = "hx";
};