update server conf

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 15:06:33 +02:00
parent 5076c244db
commit 6953622559
9 changed files with 40 additions and 453 deletions
+10 -5
View File
@@ -4,18 +4,23 @@
...
}: {
imports = [
# Mostly user-specific configuration
./variables.nix
# Programs
## TUI
inputs.nvf-config.homeManagerModules.default
../../home/programs/tui/ilovetui
../../home/programs/tui/shell
../../home/programs/tui/git
../../home/programs/tui/git/lazygit.nix
../../home/programs/tui/git/signing.nix # CHANGEME: Change the key or remove this file
../../home/programs/tui/nixy
../../home/programs/tui/nix-utils
../../home/programs/tui/elio
../../home/programs/tui/wikiman
../../home/programs/tui/pkgs.nix
../../home/programs/group/dev.nix
# Mostly user-specific configuration
./variables.nix
];
home = {
@@ -23,7 +28,7 @@
homeDirectory = "/home/" + config.var.username;
# Don't touch this
stateVersion = "24.05";
stateVersion = "26.05";
};
programs.home-manager.enable = true;