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" ]; devices = [ "nodev" ];
efiInstallAsRemovable = false; efiInstallAsRemovable = false;
extraEntries = '' extraEntries = ''
# Arch Linux EFI
menuentry "Arch Linux" {
chainloader (hd1,gpt1)/EFI/arch/grubx64.efi
}
# Windows Boot Manager # Windows Boot Manager
menuentry "Windows" { menuentry "Windows" {
chainloader /EFI/Microsoft/Boot/bootmgfw.efi chainloader /EFI/Microsoft/Boot/bootmgfw.efi
} }
''; '';
gfxmodeEfi = "1920x1080x32"; gfxmodeEfi = "1920x1080x32";
default = 1;
}; };
efi = { efi = {