diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index f25e5fd1..ab99f19f 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -18,7 +18,7 @@ settings.wallpapers = { "${device.monitors.primary}" = wallpapers.moon; "${device.monitors.secondary}" = wallpapers.frieren_3; - "${device.monitors.tertiary}" = wallpapers.cloud; + "${device.monitors.tertiary}" = wallpapers.shapes; }; }; programs.hyprlock = { diff --git a/utils/wallhaven.nix b/utils/wallhaven.nix index 146df44e..4029f6b5 100644 --- a/utils/wallhaven.nix +++ b/utils/wallhaven.nix @@ -7,6 +7,10 @@ in rec { inherit getWall; # Some predefined wallpapers + dragon = getWall { + url = "https://w.wallhaven.cc/full/8o/wallhaven-8ow3q1.jpg"; + sha256 = "1qn2rv4y4550ag3yjrcj70jry6vxakbqskpwanyrghw2lmlhy7rf"; + }; moon = getWall { url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png"; sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";