Skip to content

Commit

Permalink
plymouth: use logo from nixos-icons (#424)
Browse files Browse the repository at this point in the history
Closes #336
  • Loading branch information
danth authored Jun 16, 2024
1 parent 25106f2 commit 29044a0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/plymouth/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ in {
type = with lib.types; either path package;
defaultText = lib.literalMD "NixOS logo";

# Considering that Flake inputs are currently unable to fetch individual
# files, the SVG file is fetched with `pkgs.fetchurl` to avoid downloading
# the entire repository for a single SVG file.
default = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/f84c13adae08e860a7c3f76ab3a9bef916d276cc/logo/nix-snowflake-colours.svg";
sha256 = "pHYa+d5f6MAaY8xWd3lDjhagS+nvwDL3w7zSsQyqH7A=";
};
default = "${pkgs.nixos-icons}/share/icons/hicolor/256x256/apps/nix-snowflake.png";
};

logoAnimated = lib.mkOption {
Expand Down

0 comments on commit 29044a0

Please sign in to comment.