diff --git a/modules/hardware/boot.nix b/modules/hardware/boot.nix index 7d5a852..d92941f 100644 --- a/modules/hardware/boot.nix +++ b/modules/hardware/boot.nix @@ -10,6 +10,9 @@ # Check for other OSes and make them available useOSProber = true; + # Attempt to display GRUB on widescreen monitor + gfxmodeEfi = "1920x1080"; + # Install GRUB onto the boot disk # device = config.fileSystems."/boot".device;