diff --git a/modules/themes/kanagawa-wave.nix b/modules/themes/kanagawa-wave.nix index a29f3fc..e4831ac 100644 --- a/modules/themes/kanagawa-wave.nix +++ b/modules/themes/kanagawa-wave.nix @@ -133,23 +133,6 @@ }; polarity = "dark"; - image = pkgs.fetchurl { - url = "https://files.jelles.net/public/green-leaves.png"; - sha256 = "sha256-XVj5dDJL383QqUjmdqjpr35odXIU0sQO5WM9yAuRgN0="; - }; - # image = pkgs.fetchurl { - # url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/leef_dark_purple_minimalist.png"; - # sha256 = "sha256-q6ufFdC/tMSb+mllw7XhilkAObemXXyps2SBlnMt7mY="; - # }; - - # image = pkgs.fetchurl { - # url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/alone-cloud_dark.png"; - # sha256 = "sha256-L4Esjo6LEwhBEN29WX445F+54rlnvOtAMKsQz8Qpyuc="; - # }; - - # image = pkgs.fetchurl { - # url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/the-cloud-is-hidding-the-moon_dark.png"; - # sha256 = "sha256-EEH2cHsVromD+X5VFF3YObNuSSRbDnpfqEN6fjCztbc="; - # }; + image = ./wallpapers/green_leaves_minimalist.png; }; } diff --git a/modules/themes/wallpapers/green_leaves_minimalist.png b/modules/themes/wallpapers/green_leaves_minimalist.png new file mode 100644 index 0000000..0418971 Binary files /dev/null and b/modules/themes/wallpapers/green_leaves_minimalist.png differ