From 640c3aec06619a5c548c507507a865c5cf0c1750 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 10 Jul 2024 21:27:29 -0400 Subject: [PATCH] fix(plymouth): set timeout to 0 --- devices/wim/hardware-configuration.nix | 1 - modules/plymouth.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/wim/hardware-configuration.nix b/devices/wim/hardware-configuration.nix index f4dc46ad..8192c552 100644 --- a/devices/wim/hardware-configuration.nix +++ b/devices/wim/hardware-configuration.nix @@ -31,7 +31,6 @@ loader = { efi.canTouchEfiVariables = true; - timeout = 0; systemd-boot = { enable = true; diff --git a/modules/plymouth.nix b/modules/plymouth.nix index 1d5941a7..7a2dba64 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -28,6 +28,8 @@ in { "udev.log_priority=3" ]; + loader.timeout = 0; + plymouth.themePackages = [ self.legacyPackages.${pkgs.system}.dracula.plymouth