Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 11:45:15 +00:00 committed by GitHub
parent cc786d2c31
commit 866e8b5d1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
# Download your custom image from GitHub
environment.etc."fastfetch/logo.png".source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/ediblerope/nixos-config/main/walls/owventures.png";
url = "https://raw.githubusercontent.com/ediblerope/nixos-config/main/walls/owventures-2.png";
sha256 = "sha256-s01G+6StUw0YDlo/9UbAcPN65EUrBlc75qCE5niVAVM=";
};