From 5974eac75c194922b2ea7829ae3994d1c0c0e98a Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Jan 2025 15:45:14 -0600 Subject: [PATCH] more weird things --- system-config/configuration/homebox/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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;