diff --git a/modules/hyprlock/hm.nix b/modules/hyprlock/hm.nix index b0592f4e..8b268184 100644 --- a/modules/hyprlock/hm.nix +++ b/modules/hyprlock/hm.nix @@ -15,7 +15,7 @@ in programs.hyprlock.settings = { background = { path = lib.mkIf cfg.useWallpaper config.stylix.image; - color = "rgb(${base00})"; + color = "rgb(${colors.base00})"; }; input-field = with colors; { outer_color = "rgb(${base03})";