snowhawk: plymouth owl theme
This commit is contained in:
parent
d4a8c07636
commit
109f6c73ea
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue