remove system dir
This commit is contained in:
parent
74d9d7146b
commit
a2e0d1cfd5
11 changed files with 74 additions and 127 deletions
10
lib/home.nix
10
lib/home.nix
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue