Simplify Plymouth configuration

This commit is contained in:
Michael Smith 2024-09-09 00:21:23 +02:00
parent 2c16be1705
commit 75c3336f3a

View File

@ -47,10 +47,7 @@ in {
initrd.verbose = false;
loader.systemd-boot.enable = true;
loader.timeout = lib.mkForce 0;
plymouth = {
enable = true;
logo = ../../assets/blank-plymouth-logo.png;
};
plymouth.enable = true;
# NOTE(m): Enable kernel modules that improve wifi support on
# Macbooks during installation.