nixos/plymouth: use white nixos logo

This looks cohesive with the spinner in the bgrt theme.
wip/yesman
WORLDofPEACE 3 years ago
parent 6bd4f9a3c5
commit 9e84dc00b0
  1. 3
      nixos/modules/system/boot/plymouth.nix

@ -86,7 +86,8 @@ in
logo = mkOption {
type = types.path;
default = "${nixos-icons}/share/icons/hicolor/128x128/apps/nix-snowflake.png";
# Dimensions are 48x48 to match GDM logo
default = "${nixos-icons}/share/icons/hicolor/48x48/apps/nix-snowflake-white.png";
defaultText = ''pkgs.fetchurl {
url = "https://nixos.org/logo/nixos-hires.png";
sha256 = "1ivzgd7iz0i06y36p8m5w48fd8pjqwxhdaavc0pxs7w1g7mcy5si";

Loading…
Cancel
Save