From 7da16e79124a05561ac5013888ca927dc1318279 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 31 Aug 2024 02:03:18 -0700 Subject: tings --- modules/boot/grub.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/boot') diff --git a/modules/boot/grub.nix b/modules/boot/grub.nix index b562370..fd6e1e8 100644 --- a/modules/boot/grub.nix +++ b/modules/boot/grub.nix @@ -7,8 +7,10 @@ useOSProber = true; configurationLimit = 10; memtest86.enable = true; - gfxmodeEfi = "1920x1080"; - gfxmodeBios = "1920x1080"; + gfxmodeEfi = "1920x1080x32"; + gfxmodeBios = "1920x1080x32"; + gfxpayloadBios = "keep"; + gfxpayloadEfi = "keep"; splashMode = "normal"; extraEntries = '' -- cgit v1.2.3