From 054838677ce929586e47e0ac2f94465743945ee5 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 5 Jul 2024 13:14:29 -0700 Subject: [PATCH] instant bootloader --- modules/plymouth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plymouth.nix b/modules/plymouth.nix index 540e2bd..15b86cb 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -16,8 +16,8 @@ in ''; }; loaderTimeout = mkOption { - default = 5; - example = 0; + default = 0; + example = 5; description = '' The timeout for the bootloader select screen '';