From bf66310c139e8945f552681fe8051797ea77eee5 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 02:02:25 -0500 Subject: [PATCH] fix: drop using berkeley mono --- hosts/xps15/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 0f7f675..abbc779 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -11,11 +11,8 @@ let loginShell = pkgs.writeShellScript "login-shell" '' exec $(getent passwd $(id -un) | cut -d: -f7) -l ''; - grubTheme = pkgs.runCommand "grub-theme" { - nativeBuildInputs = [ pkgs.grub2 ]; - } '' + grubTheme = pkgs.runCommand "grub-theme" { } '' mkdir -p $out - grub-mkfont -s 32 -o $out/font.pf2 ${../../fonts/berkeley-mono/BerkeleyMono-Regular.ttf} cat > $out/theme.txt << 'EOF' desktop-color: "#000000" @@ -44,8 +41,6 @@ in useOSProber = true; configurationLimit = 2; theme = grubTheme; - font = ../../fonts/berkeley-mono/BerkeleyMono-Regular.ttf; - fontSize = 24; }; boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = [