From 6a1baa89b1652a8096b261712307e4474d36b4fc Mon Sep 17 00:00:00 2001 From: Fazzi Date: Wed, 6 Aug 2025 13:32:09 +0100 Subject: [PATCH] nix/lib: add bezier to topCommandsPrefixes if any custom beziers are defined in animations, hyprland will complain that the beziers haven't been defined. I think this change makes sense as its likely most configurations are defining custom beziers anyway. --- nix/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib.nix b/nix/lib.nix index cb5223b97..ca3aadee0 100644 --- a/nix/lib.nix +++ b/nix/lib.nix @@ -82,7 +82,7 @@ lib: let ::: */ toHyprlang = { - topCommandsPrefixes ? ["$"], + topCommandsPrefixes ? ["$" "bezier"], bottomCommandsPrefixes ? [], }: attrs: let toHyprlang' = attrs: let