snowhawk: plymouth owl theme

This commit is contained in:
Zynh Ludwig 2025-02-18 23:33:05 -08:00
parent d4a8c07636
commit 109f6c73ea

View file

@ -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;