summaryrefslogtreecommitdiff
path: root/hosts/nixios/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixios/default.nix')
-rw-r--r--hosts/nixios/default.nix30
1 files changed, 5 insertions, 25 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index e72aad5..7920378 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -17,36 +17,16 @@
beeMods
];
- services.logind = {
- settings.Login = {
- HandleLidSwitch = "suspend";
- HandleLidSwitchExternalPower = "suspend";
- LidSwitchIgnoreInhibited = "no";
- };
- };
-
- # REMOVE LATER
- virtualisation.vmVariant = {
- users.users.${user}.password = "1";
- users.users.root.password = "1";
-
- virtualisation.memorySize = 4096;
- virtualisation.cores = 4;
- services.displayManager.ly.enable = lib.mkForce false;
-
- services.getty.helpLine = ">> WELCOME <<";
- services.getty.autologinUser = user;
- };
- # REMOVE LATER
-
boot.kernelPackages = pkgs.linuxPackages_zen;
programs.dconf.enable = true;
beeMods = {
- mango.enable = true;
- hyprland.enable = false;
- dwm.enable = true;
+ windowManagers = {
+ mango.enable = false;
+ hyprland.enable = true;
+ dwm.enable = true;
+ };
};
xdg.portal = lib.mkForce {