diff --git a/example/hyprland-hm.nix b/example/hyprland-hm.nix index 16d9f07b5..810a73485 100644 --- a/example/hyprland-hm.nix +++ b/example/hyprland-hm.nix @@ -96,10 +96,8 @@ border_size = 2; - col = { - active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - inactive_border = "rgba(595959aa)"; - }; + "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; + "col.inactive_border" = "rgba(595959aa)"; # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false;