From 566eb6b98c233b7cc201bf238c9cc5d32f2b17ef Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 7 Feb 2025 21:25:41 -0800 Subject: [PATCH] [sddm] Use astronaut theme --- system/hosts/drew-desktop/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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