diff options
Diffstat (limited to 'modules/home-manager')
| -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 +} |
