From 8fcc187e14dc0ef715eb373ccc4d8f1d3e0d04f1 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 26 Mar 2025 17:15:56 +0530 Subject: [PATCH] feat: changed wallpapers --- home/linux/hyprland.nix | 2 +- utils/wallhaven.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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";