nix: added custom grub theme

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent f453b9b0e2
commit 156e0815c3
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,7 @@
./modules/applications.nix ./modules/applications.nix
./modules/firefox.nix ./modules/firefox.nix
./modules/games.nix ./modules/games.nix
./modules/boot.nix
./hosts/pluto/conf.nix ./hosts/pluto/conf.nix
./hosts/pluto/hardware-configuration.nix ./hosts/pluto/hardware-configuration.nix

View file

@ -7,7 +7,7 @@
theme = pkgs.stdenv.mkDerivation { theme = pkgs.stdenv.mkDerivation {
pname = "hyperfluent"; pname = "hyperfluent";
version = "v1.0.1"; version = "v1.0.1";
src = fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "Coopydood"; owner = "Coopydood";
repo = "HyperFluent-GRUB-Theme"; repo = "HyperFluent-GRUB-Theme";
rev = "62e525ea2aa250e3f37669d68eb355b6cc997d64"; rev = "62e525ea2aa250e3f37669d68eb355b6cc997d64";
@ -16,5 +16,4 @@
installPhase = "cp -r nixos $out"; installPhase = "cp -r nixos $out";
}; };
}; };
} }