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 = {
|
snowhawk = {
|
||||||
filesystem.enable = true;
|
filesystem.enable = true;
|
||||||
plymouth.enable = true;
|
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
user.enable = true;
|
user.enable = true;
|
||||||
|
@ -59,6 +58,12 @@
|
||||||
star-citizen.enable = true;
|
star-citizen.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
snowhawk.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
theme = "owl";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
services.displayManager.autoLogin = {
|
services.displayManager.autoLogin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue