mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Skip bootloader
This commit is contained in:
parent
76b9aac30d
commit
c5f988764c
1 changed files with 16 additions and 10 deletions
|
|
@ -24,19 +24,25 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot = {
|
||||
# Bootloader
|
||||
boot = {
|
||||
loader = {
|
||||
timeout = 0;
|
||||
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
};
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
boot.plymouth = {
|
||||
plymouth = {
|
||||
enable = true;
|
||||
themePackages = [pkgs.catppuccin-plymouth];
|
||||
theme = "catppuccin-macchiato";
|
||||
};
|
||||
};
|
||||
|
||||
# Nix options
|
||||
nix.optimise.automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue