hyprlock: fix setting background
This commit is contained in:
parent
86cfc446a5
commit
8dd18dd395
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}";
|
||||
}
|
||||
)
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue