Use stock Plymouth theme

This commit is contained in:
Michael Smith 2024-09-06 14:07:38 +02:00
parent 43b0328e92
commit e7b152d4e1
2 changed files with 2 additions and 8 deletions

View File

@ -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";

View File

@ -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.