diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 8af217a..b1e733e 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -46,14 +46,14 @@ enable = true; videoDrivers = ["nvidia"]; }; - displayManager = { - enable = lib.mkForce false; - defaultSession = "hyprland-uwsm"; - autoLogin = { - enable = true; - user = "nathan"; - }; - }; + #displayManager = { + # enable = true; + # defaultSession = "hyprland-uwsm"; + # autoLogin = { + # enable = true; + # user = "nathan"; + # }; + #}; }; programs.hyprland.withUWSM = true;