about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/wallpaper.nix
blob: bed6bbe33a6bb8756c8fc617f594cbc836b2d18b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ fetchurl }:

fetchurl {
  url = "https://mir-s3-cdn-cf.behance.net/project_modules/2800_opt_1/36731876964505.5c793fa788b5d.jpg";
  sha256 = "1c6camdipng8ws41sgpcxzrxb96crgip3wirqjgf2ajn60qg3v64";

  meta = {
    homepage = "https://www.behance.net/gallery/76964505/IQOO-style-frame-and-scene-design";
  };
}