mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
nixos/plymouth: use white nixos logo
This looks cohesive with the spinner in the bgrt theme.
This commit is contained in:
parent
6bd4f9a3c5
commit
9e84dc00b0
|
@ -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…
Reference in a new issue