Simplify Plymouth configuration
This commit is contained in:
parent
2c16be1705
commit
75c3336f3a
@ -47,10 +47,7 @@ in {
|
|||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.timeout = lib.mkForce 0;
|
loader.timeout = lib.mkForce 0;
|
||||||
plymouth = {
|
plymouth.enable = true;
|
||||||
enable = true;
|
|
||||||
logo = ../../assets/blank-plymouth-logo.png;
|
|
||||||
};
|
|
||||||
|
|
||||||
# NOTE(m): Enable kernel modules that improve wifi support on
|
# NOTE(m): Enable kernel modules that improve wifi support on
|
||||||
# Macbooks during installation.
|
# Macbooks during installation.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user