separate hyprland config

This commit is contained in:
Tristan 2024-01-05 18:46:17 +00:00
parent a90de57f7e
commit 7cbdcdcd87
7 changed files with 380 additions and 303 deletions

View file

@ -26,14 +26,12 @@
(import ./modules/dev.nix {inherit user;})
(import ./modules/personal.nix {inherit user;})
(import ./modules/gamer.nix {inherit user;})
(import ./modules/wayland.nix {inherit user;})
(import ./programs/hyprland.nix {inherit user;})
(import ../hardware/${name}.nix {inherit user;})
./scripts.nix
(import ../global/system.nix user)
];
windowManager.hyprland = true;
programs.menu.enable = true;
roles.work.enable = work;
roles.personal.enable = !work;