restructure desktop with option config wrappers
This commit is contained in:
@@ -6,9 +6,8 @@
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
#./hardware-configuration.nix
|
||||
../../nixos
|
||||
../../../modules/desktop/hypr
|
||||
../../../modules/desktop/greetd
|
||||
../../../users/blake
|
||||
../../../modules/desktop
|
||||
../../../modules/system
|
||||
];
|
||||
|
||||
@@ -28,6 +27,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
desktop = {
|
||||
hypr.enable = true;
|
||||
greetd.enable = true;
|
||||
};
|
||||
|
||||
# fix power buttons
|
||||
services.logind.settings.Login = {
|
||||
HandlePowerKey = "suspend";
|
||||
|
||||
Reference in New Issue
Block a user