diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index ef1f45f13..c62eacd67 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -19,9 +19,11 @@ in { general = { "col.active_border" = rgb base0A; "col.inactive_border" = rgb base03; - "col.group_border" = rgb base0D; - "col.group_border_active" = rgb base06; - "col.group_border_locked_active" = rgb base06; + }; + group = { + "col.border_inactive" = rgb base0D; + "col.border_active" = rgb base06; + "col.border_locked_active" = rgb base06; }; misc.background_color = rgb base00; };