programs/fastfetch: update logo

This commit is contained in:
Anthony Rodriguez 2025-01-31 01:58:23 +01:00
parent d4c8a0e93d
commit c8f87c05dc
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -6,8 +6,8 @@
}: let }: let
inherit (config.local.systemVars) username; inherit (config.local.systemVars) username;
logo = builtins.fetchurl { logo = builtins.fetchurl {
url = "https://raw.githubusercontent.com/gytis-ivaskevicius/high-quality-nix-content/refs/heads/master/anime/cirnos-logo.png"; url = "https://raw.githubusercontent.com/gytis-ivaskevicius/high-quality-nix-content/refs/heads/master/emoji/nix-owo-transparent.png";
sha256 = "1nr2rqr465h5icj699ssah9mwwiy3n3lnbvslwffxwzimc96hgj2"; sha256 = "137k3i7z4va68v4rvrazy26szc7p2w59h7bc2h8japzjyj6xjs71";
}; };
in { in {
config = lib.mkIf config.local.profiles.desktop.enable { config = lib.mkIf config.local.profiles.desktop.enable {