restructure

This commit is contained in:
KoenDR06 2025-09-15 19:19:42 +02:00
parent 836da5123e
commit d0f9c504e3
6 changed files with 10 additions and 12 deletions

View file

@ -1,15 +1,9 @@
{...}: { {...}: {
imports = [ imports = [
./dev.nix ./dev
./terminal
./terminal.nix ./visual
./terminal/zsh.nix ./server
./gaming
./visual.nix
./visual/firefox.nix
./server.nix
./gaming.nix
]; ];
} }

View file

@ -14,9 +14,13 @@ in {
}; };
}; };
imports = [
./zsh.nix
];
config = mkIf cfg.enable { config = mkIf cfg.enable {
home-manager.users.${homeCfg.username} = { home-manager.users.${homeCfg.username} = {
imports = [./terminal/helix.nix]; imports = [./helix.nix];
}; };
environment.variables = { environment.variables = {