diff --git a/rice.nix b/rice.nix index ad218fc..4f89e71 100644 --- a/rice.nix +++ b/rice.nix @@ -101,7 +101,11 @@ in rec { }; bg = { - image = /home/bolt/Code/lutgen-rs/lutgen/wallhaven-rrokpj_custom.png; + image = builtins.path { + name = "wallpaper"; + path = ./wallpaper.png; + sha256 = "e6fb6eb742b795bf2a356d923fe1c37f9067721e9b7048ccfaa58ca7925e5db3"; + }; # image = prev.fetchurl { # url = "https://github.com/Apeiros-46B/everforest-walls/blob/main/close_up/circuit_1.png?raw=true"; # sha256 = "sha256-5V9XlJtC8n3zZueg5y/pWW1Oz75YPcEydLU/E/+z+2k="; diff --git a/wallpaper.png b/wallpaper.png new file mode 100644 index 0000000..b59d3c1 Binary files /dev/null and b/wallpaper.png differ