forked from nico/dots
nix: added custom grub theme
This commit is contained in:
parent
f453b9b0e2
commit
156e0815c3
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue