diff --git a/assets/wp.png b/assets/wp.png deleted file mode 100644 index c3fbd62..0000000 Binary files a/assets/wp.png and /dev/null differ diff --git a/hosts/common/stylix.nix b/hosts/common/stylix.nix index e296c1d..a4b61e0 100644 --- a/hosts/common/stylix.nix +++ b/hosts/common/stylix.nix @@ -3,7 +3,11 @@ { stylix = { enable = true; - image = ../../assets/wp.png; + image = pkgs.fetchurl { + url = + "https://github.com/notAxon/wallpapers/blob/main/Nature/Pink_Flowers_Photograph_by_Lisa_Fotios.jpeg?raw=true"; + sha256 = "sha256-PyK/LuR7IR+FpGFZXdpYkShjKrwaqCtu64SY/wl/RvY="; + }; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; cursor = { package = pkgs.kdePackages.breeze-icons;