mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 02:30:03 +01:00
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:
parent
a4529beb7c
commit
6a1baa89b1
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ lib: let
|
|||
:::
|
||||
*/
|
||||
toHyprlang = {
|
||||
topCommandsPrefixes ? ["$"],
|
||||
topCommandsPrefixes ? ["$" "bezier"],
|
||||
bottomCommandsPrefixes ? [],
|
||||
}: attrs: let
|
||||
toHyprlang' = attrs: let
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue