add custom crans splash screen for grub

grub-custom-splash
Lzebulon 2026-02-09 13:05:01 +01:00
parent fb6d0bcb56
commit 649c5b9ade
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
3 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 KiB

View File

@ -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

View File

@ -0,0 +1,7 @@
{...}:
{
boot.loader.grub = {
splashImage = ../../assets/nix-crans_bootloader.png;
backgroundColor = "#ad1f1f";
};
}