mirror of https://gitlab.crans.org/nounous/nixos
add custom crans splash screen for grub
parent
fb6d0bcb56
commit
649c5b9ade
Binary file not shown.
|
After Width: | Height: | Size: 566 KiB |
|
|
@ -8,6 +8,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./age.nix
|
./age.nix
|
||||||
|
./grub.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{...}:
|
||||||
|
{
|
||||||
|
boot.loader.grub = {
|
||||||
|
splashImage = ../../assets/nix-crans_bootloader.png;
|
||||||
|
backgroundColor = "#ad1f1f";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue