summaryrefslogtreecommitdiff
path: root/modules/home-manager/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/hypr')
-rw-r--r--modules/home-manager/hypr/hyprpaper.nix10
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
+}