diff --git a/system/hosts/drew-desktop/configuration.nix b/system/hosts/drew-desktop/configuration.nix index 75cce0f..e473a15 100644 --- a/system/hosts/drew-desktop/configuration.nix +++ b/system/hosts/drew-desktop/configuration.nix @@ -42,7 +42,11 @@ # You can disable this if you're only using the Wayland session. services.xserver.enable = true; - services.displayManager.sddm.enable = true; + services.displayManager.sddm = { + enable = true; + + theme = "sddm-astronaut-theme"; + }; # Unlock the default keyring on login to hyprland security.pam.services.hyprland.enableGnomeKeyring = true; @@ -106,6 +110,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ vim + sddm-astronaut ]; # Some programs need SUID wrappers, can be configured further or are