programs/fastfetch: update logo
This commit is contained in:
parent
d4c8a0e93d
commit
c8f87c05dc
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue