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/firefox.nix
./modules/games.nix
./modules/boot.nix
./hosts/pluto/conf.nix
./hosts/pluto/hardware-configuration.nix

View file

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