hyprlock: fix setting background

This commit is contained in:
Karun Sandhu 2025-05-23 12:18:05 +02:00 committed by awwpotato
parent 86cfc446a5
commit 8dd18dd395

View file

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