boot.plymouth.logo

NixOS option

Logo which is displayed on the splash screen. Currently supports PNG file format only.

type: absolute path
Default
"${pkgs.nixos-icons}/share/icons/hicolor/48x48/apps/nix-snowflake-white.png"
Example
pkgs.fetchurl {
  url = "https://nixos.org/logo/nixos-hires.png";
  sha256 = "1ivzgd7iz0i06y36p8m5w48fd8pjqwxhdaavc0pxs7w1g7mcy5si";
}
declared in: nixos/modules/system/boot/plymouth.nixView source on NixOS/nixpkgs →