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,18 +24,24 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader
|
||||||
boot.loader.systemd-boot = {
|
boot = {
|
||||||
enable = true;
|
loader = {
|
||||||
configurationLimit = 5;
|
timeout = 0;
|
||||||
};
|
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
configurationLimit = 5;
|
||||||
|
};
|
||||||
|
|
||||||
boot.plymouth = {
|
efi.canTouchEfiVariables = true;
|
||||||
enable = true;
|
};
|
||||||
themePackages = [pkgs.catppuccin-plymouth];
|
|
||||||
theme = "catppuccin-macchiato";
|
plymouth = {
|
||||||
|
enable = true;
|
||||||
|
themePackages = [pkgs.catppuccin-plymouth];
|
||||||
|
theme = "catppuccin-macchiato";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nix options
|
# Nix options
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue