From 5509c93d5b418f53a94237b0cdbafd2f83847cec Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 02:08:11 -0500 Subject: [PATCH] feat: improve grub config --- hosts/xps15/configuration.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index abbc779..951c0b7 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -11,22 +11,6 @@ let loginShell = pkgs.writeShellScript "login-shell" '' exec $(getent passwd $(id -un) | cut -d: -f7) -l ''; - grubTheme = pkgs.runCommand "grub-theme" { } '' - mkdir -p $out - cat > $out/theme.txt << 'EOF' - desktop-color: "#000000" - - + boot_menu { - left = 30% - top = 30% - width = 40% - height = 40% - item_color = "#999999" - selected_item_color = "#ffffff" - icon_width = 0 - } - EOF - ''; in { imports = [ @@ -40,7 +24,7 @@ in device = "nodev"; useOSProber = true; configurationLimit = 2; - theme = grubTheme; + fontSize = 32; }; boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = [