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.enable = true;
|
||||||
loader.systemd-boot.configurationLimit = 3;
|
loader.systemd-boot.configurationLimit = 3;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
plymouth = {
|
plymouth.enable = true;
|
||||||
enable = true;
|
|
||||||
theme = "spinner";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.nixos.distroName = "deskOS 1";
|
system.nixos.distroName = "deskOS 1";
|
||||||
|
|||||||
@ -29,10 +29,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;
|
|
||||||
theme = "spinner";
|
|
||||||
};
|
|
||||||
|
|
||||||
# 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