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 + }"; } ) (