Use stock Plymouth theme
This commit is contained in:
parent
43b0328e92
commit
e7b152d4e1
@ -18,10 +18,7 @@
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.systemd-boot.configurationLimit = 3;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "spinner";
|
||||
};
|
||||
plymouth.enable = true;
|
||||
};
|
||||
|
||||
system.nixos.distroName = "deskOS 1";
|
||||
|
||||
@ -29,10 +29,7 @@ in {
|
||||
initrd.verbose = false;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.timeout = lib.mkForce 0;
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "spinner";
|
||||
};
|
||||
plymouth.enable = true;
|
||||
|
||||
# NOTE(m): Enable kernel modules that improve wifi support on
|
||||
# Macbooks during installation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user