From a32a07cc5bc3a4edf8512f8b1c40e036be0fd3b2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 02:16:22 -0500 Subject: [PATCH] feat(grub): remove styling --- hosts/xps15/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 4ac45c2..3eb387a 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -24,6 +24,9 @@ in device = "nodev"; useOSProber = true; configurationLimit = 2; + gfxmodeEfi = "3840x2400,auto"; + font = builtins.path { path = /home/barrett/.config/nix/fonts/berkeley-mono/BerkeleyMono-Regular.ttf; }; + fontSize = 36; }; boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = [