From 2c4b5bec3685da042a2241d3b26af5ea66f2b062 Mon Sep 17 00:00:00 2001 From: Flameopathic <64027365+Flameopathic@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:35:13 -0500 Subject: [PATCH] hyprlock: fix background color definition (#906) Fixes: c8e4a0d2186d ("treewide: optionalize stylix.image option (#717)") --- modules/hyprlock/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})";