Skip bootloader

This commit is contained in:
Tyler Mayoff 2025-03-03 20:27:12 -05:00
parent 76b9aac30d
commit c5f988764c

View file

@ -24,18 +24,24 @@
};
};
# Bootloader.
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 5;
};
# Bootloader
boot = {
loader = {
timeout = 0;
systemd-boot = {
enable = true;
configurationLimit = 5;
};
boot.loader.efi.canTouchEfiVariables = true;
efi.canTouchEfiVariables = true;
};
boot.plymouth = {
enable = true;
themePackages = [pkgs.catppuccin-plymouth];
theme = "catppuccin-macchiato";
plymouth = {
enable = true;
themePackages = [pkgs.catppuccin-plymouth];
theme = "catppuccin-macchiato";
};
};
# Nix options