fix(plymouth): set timeout to 0
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-10 21:27:29 -04:00
parent b05864573d
commit 640c3aec06
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,6 @@
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
timeout = 0;
systemd-boot = { systemd-boot = {
enable = true; enable = true;

View file

@ -28,6 +28,8 @@ in {
"udev.log_priority=3" "udev.log_priority=3"
]; ];
loader.timeout = 0;
plymouth.themePackages = plymouth.themePackages =
[ [
self.legacyPackages.${pkgs.system}.dracula.plymouth self.legacyPackages.${pkgs.system}.dracula.plymouth