From 8dd18dd3955548fe299d7ba337e464bc28dd1448 Mon Sep 17 00:00:00 2001 From: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Date: Fri, 23 May 2025 12:18:05 +0200 Subject: [PATCH] hyprlock: fix setting background --- modules/hyprlock/hm.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hyprlock/hm.nix b/modules/hyprlock/hm.nix index b9d127fb..bf2d8ee2 100644 --- a/modules/hyprlock/hm.nix +++ b/modules/hyprlock/hm.nix @@ -16,7 +16,9 @@ mkTarget { ( { cfg, image }: { - programs.hyprlock.settings.path = lib.mkIf cfg.useWallpaper "${image}"; + programs.hyprlock.settings.background.path = lib.mkIf cfg.useWallpaper "${ + image + }"; } ) (