diff --git a/modules/hyprlock/hm.nix b/modules/hyprlock/hm.nix index bab67fe7..c54e4616 100644 --- a/modules/hyprlock/hm.nix +++ b/modules/hyprlock/hm.nix @@ -6,7 +6,7 @@ with config.lib.stylix; config = lib.mkIf (config.stylix.enable && config.stylix.targets.hyprlock.enable) { programs.hyprlock.settings = { - background.path = config.stylix.image; + background.path = "${config.stylix.image}"; input-field = with colors; { outer_color = "rgb(${base03})"; inner_color = "rgb(${base00})";