aboutsummaryrefslogtreecommitdiff
path: root/modules/boot/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-08 09:41:41 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-08 09:47:43 -0600
commit806f697f17214212197f09a8c6aaf6da307e496f (patch)
tree0eb83fd789936e02cec20f00f8b5657ea5a22e11 /modules/boot/options.nix
parent2e23a64c2bd36607368e8ae20c51a739f22083e8 (diff)
merge changes from main
Diffstat (limited to 'modules/boot/options.nix')
-rw-r--r--modules/boot/options.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/boot/options.nix b/modules/boot/options.nix
index dc6d3b3..2f670f9 100644
--- a/modules/boot/options.nix
+++ b/modules/boot/options.nix
@@ -8,6 +8,11 @@ in {
options = {
collinux.boot = {
systemd-boot.enable = mkEnableOption "systemd-boot";
+ timeout = mkOption {
+ description = "bootloader timeout";
+ type = lib.types.int;
+ default = 0;
+ };
plymouth = {
enable = mkEnableOption "plymouth bootsplash";
theme = mkOption {