separate hyprland config
This commit is contained in:
parent
a90de57f7e
commit
7cbdcdcd87
7 changed files with 380 additions and 303 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue