nixos/modules/crans/grub.nix

8 lines
129 B
Nix

{...}:
{
boot.loader.grub = {
splashImage = ../../assets/nix-crans_bootloader.png;
backgroundColor = "#ad1f1f";
};
}