diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 0e68537..49998f7 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -51,7 +51,6 @@ snowhawk = { filesystem.enable = true; - plymouth.enable = true; polkit.enable = true; syncthing.enable = true; user.enable = true; @@ -59,6 +58,12 @@ star-citizen.enable = true; }; + snowhawk.plymouth = { + enable = true; + theme = "owl"; + }; + + # Enable automatic login for the user. services.displayManager.autoLogin = { enable = true;