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 = [
./dev.nix
./terminal.nix
./terminal/zsh.nix
./visual.nix
./visual/firefox.nix
./server.nix
./gaming.nix
./dev
./terminal
./visual
./server
./gaming
];
}

View file

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