From 936fe86b14350bcd068f965862fb6871c2285f69 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 6 Jul 2025 12:46:59 +0200 Subject: [PATCH] wildfire: 426 current 2025-07-06 12:46:52 25.05.20250620.b2485d5 6.15.3 * gruvbox GRUB theme --- modules/common.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index a9cbaff..ff524c7 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -83,8 +83,17 @@ in { memtest86.enable = true; # Enable memtest86 for hardware testing # Styling - backgroundColor = "${colors.gruvbox.bg0}"; - #splashImage = ""; + theme = pkgs.stdenv.mkDerivation { + pname = "nix-gruv-grub"; + version = "1"; + src = pkgs.fetchFromGitHub { + owner = "Atif-Mahmud"; + repo = "nix-gruv-grub"; + rev = "269507de98ecd4fd9c57aa06bf5d8132d6949a06"; + hash = "sha256-UEPZxyT09Z0PiOka/Dh4m8VvqF4l+01eZVbRkPJduDk="; + }; + installPhase = "cp -r tartarus/ $out"; + }; }; }; # Always use the latest kernel for best hardware support