diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index ac41d81..5462011 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -48,7 +48,6 @@ }; displayManager = { enable = true; - execCmd = lib.mkForce "Hyprland"; defaultSession = "hyprland"; autoLogin = { enable = true; @@ -88,11 +87,11 @@ LC_TIME = "en_US.UTF-8"; }; - #services.displayManager.sddm.settings.AutoLogin = { - # User = "nathan"; - # Session = "hyprland"; - # Relogin = true; - #}; + services.displayManager.sddm.settings.AutoLogin = { + User = "nathan"; + Session = "hyprland"; + Relogin = true; + }; networking = { hostName = "homebox"; @@ -236,7 +235,7 @@ sysconfig = { opts = { - sddm.enable = false; + sddm.enable = true; openssh.enable = true; pipewire.enable = true; ags.enable = true;