From 66aec9a17dc0c09dc8c6fd876563d73f93d2f042 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 02:17:43 -0500 Subject: [PATCH] feat(grub): remove font --- hosts/xps15/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 3eb387a..3d7fa30 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -25,7 +25,6 @@ in 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;