update how website is served
This commit is contained in:
@@ -4,5 +4,10 @@
|
||||
home.username = "root";
|
||||
home.homeDirectory = "/root";
|
||||
|
||||
imports = [
|
||||
./tools.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
|
||||
@@ -28,6 +28,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user