From e5c75066ca5ce7ac2deed714f120f711b3e327c2 Mon Sep 17 00:00:00 2001 From: ocfox Date: Fri, 1 Mar 2024 22:59:35 +0800 Subject: [PATCH] whitefox: fix grub theme --- hosts/whitefox/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/whitefox/boot.nix b/hosts/whitefox/boot.nix index 89c2681..d6bdb73 100644 --- a/hosts/whitefox/boot.nix +++ b/hosts/whitefox/boot.nix @@ -6,6 +6,7 @@ device = "nodev"; useOSProber = true; efiSupport = true; + gfxmodeEfi = "1920x1080"; minegrub-world-sel-theme.enable = true; }; efi.canTouchEfiVariables = true;