fix(plymouth): set timeout to 0
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b05864573d
commit
640c3aec06
2 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
|||
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = 0;
|
||||
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
|
|
|
@ -28,6 +28,8 @@ in {
|
|||
"udev.log_priority=3"
|
||||
];
|
||||
|
||||
loader.timeout = 0;
|
||||
|
||||
plymouth.themePackages =
|
||||
[
|
||||
self.legacyPackages.${pkgs.system}.dracula.plymouth
|
||||
|
|
Loading…
Reference in a new issue