remove system dir

This commit is contained in:
Tristan 2023-07-20 11:35:28 +01:00
parent 74d9d7146b
commit a2e0d1cfd5
11 changed files with 74 additions and 127 deletions

View file

@ -23,19 +23,13 @@
(import ./modules/personal.nix { inherit user; })
(import ./modules/gamer.nix { inherit user; })
(import ./modules/wayland.nix { inherit user; })
(import ../hardware/${name}.nix { inherit user; })
./scripts.nix
../system/global/system.nix
../system/${name}/system.nix
../hardware/${name}.nix
(import ../global/system.nix user)
];
windowManager.hyprland = true;
home-manager.users.${user}.imports = [
../system/global/home.nix
../system/${name}/home.nix
];
roles.work.enable = work;
roles.personal.enable = !work;