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

View File

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