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.
This commit is contained in:
Fazzi 2025-08-06 13:32:09 +01:00 committed by Mihai Fufezan
parent a4529beb7c
commit 6a1baa89b1

View file

@ -82,7 +82,7 @@ lib: let
::: :::
*/ */
toHyprlang = { toHyprlang = {
topCommandsPrefixes ? ["$"], topCommandsPrefixes ? ["$" "bezier"],
bottomCommandsPrefixes ? [], bottomCommandsPrefixes ? [],
}: attrs: let }: attrs: let
toHyprlang' = attrs: let toHyprlang' = attrs: let