From 927b43c1ef582ff6a3fb422f801de56d7e9a2928 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Mon, 20 Jan 2025 15:21:05 -0500 Subject: [PATCH] Skip the boot selection unless key is pressed --- modules/system/devices/boot/plymouth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/devices/boot/plymouth/default.nix b/modules/system/devices/boot/plymouth/default.nix index 270b74c..0aee128 100644 --- a/modules/system/devices/boot/plymouth/default.nix +++ b/modules/system/devices/boot/plymouth/default.nix @@ -2,6 +2,7 @@ { boot = lib.mkIf config.system.desktop.enable { plymouth.enable = true; + loader.timeout = 0; consoleLogLevel = 0; initrd.verbose = false; kernelParams = [