feat: make grub boot on windows by default

This commit is contained in:
HerozDotExe 2026-03-25 21:01:49 +01:00
parent 1a545becef
commit d0c040de7e

View file

@ -25,16 +25,13 @@
devices = [ "nodev" ];
efiInstallAsRemovable = false;
extraEntries = ''
# Arch Linux EFI
menuentry "Arch Linux" {
chainloader (hd1,gpt1)/EFI/arch/grubx64.efi
}
# Windows Boot Manager
menuentry "Windows" {
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
'';
gfxmodeEfi = "1920x1080x32";
default = 1;
};
efi = {