From 866e8b5d1f7a819d91d1ea8e828d4cb58457f839 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 11:45:15 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 1bd5506..a090b72 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -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="; };