boot.loader.grub.splashImage

NixOS option

Background image used for GRUB. Set to null to run GRUB in text mode. File must be one of .png, .tga, .jpg, or .jpeg. JPEG images must not be progressive. The image will be scaled if necessary to fit the screen.

type: null or absolute path
Default
null
Example
./my-background.png
declared in: nixos/modules/system/boot/loader/grub/grub.nixView source on NixOS/nixpkgs →