From 19a48aee14a4837f69e71ecd5cfc96a7063a4db2 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:42:58 +0100 Subject: [PATCH] wallpaper change for yoru theme --- themes/stylix/yoru.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/stylix/yoru.nix b/themes/stylix/yoru.nix index d3c19b7..f132801 100644 --- a/themes/stylix/yoru.nix +++ b/themes/stylix/yoru.nix @@ -63,9 +63,9 @@ polarity = "dark"; image = pkgs.fetchurl { url = - "https://raw.githubusercontent.com/D3Ext/aesthetic-wallpapers/refs/heads/main/images/" - + "tech.png" + "?raw=true"; - sha256 = "sha256-fT2ah18IAxoy3hzlLl9SkqhchzfVvZneUrZWzntMo40="; + "https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/" + + "wave-dark.png" + "?raw=true"; + sha256 = "sha256-FjvbyAA2xLLZez/0aj43DPlbyrNfhjBTBPsUBywri5k="; }; };