From 1e3f79185328a0ea7d4f1f788fbd20da933af2f4 Mon Sep 17 00:00:00 2001 From: scouckel Date: Tue, 6 Jan 2026 17:03:50 -0500 Subject: update + fix hyprpaper --- modules/home-manager/hypr/hyprpaper.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/home-manager/hypr/hyprpaper.nix b/modules/home-manager/hypr/hyprpaper.nix index f24f4c8..2223e9a 100644 --- a/modules/home-manager/hypr/hyprpaper.nix +++ b/modules/home-manager/hypr/hyprpaper.nix @@ -14,9 +14,13 @@ ipc = "on"; splash = false; - preload = [ "~/nixosconf/modules/home-manager/hypr/camdenyards.jpg" ]; - wallpaper = [ ", ~/nixosconf/modules/home-manager/hypr/camdenyards.jpg" ]; + wallpaper = [ + { + monitor = ""; + path = "~/nixosconf/modules/home-manager/hypr/camdenyards.jpg"; + } + ]; }; }; }; -} \ No newline at end of file +} -- cgit v1.3