Use grub in reykjavik + add grub theme

This commit is contained in:
marc
2022-12-04 19:31:40 +01:00
parent ccaca2cbe1
commit 098edb7f44
4 changed files with 39 additions and 2 deletions

View File

@@ -18,7 +18,19 @@ in
# - Bootloader ---------------------------------
boot.loader.systemd-boot.enable = true;
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
grub = {
enable = true;
efiSupport = true;
#efiInstallAsRemovable = true; # in case canTouchEfiVariables doesn't work for your system
device = "nodev";
};
grub2-theme.enable = true;
};
# - Themeing ---------------------------------