diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-06 17:03:50 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-06 17:03:50 -0500 |
| commit | 1e3f79185328a0ea7d4f1f788fbd20da933af2f4 (patch) | |
| tree | a4c6c033f452aed3aa68bde028e80ba9b0d36847 /modules | |
| parent | 0cb2e5e47c458fa39cce049b208192736dcc1e0c (diff) | |
update + fix hyprpaper
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/hypr/hyprpaper.nix | 10 |
1 files changed, 7 insertions, 3 deletions
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 +} |
