diff --git a/home-manager/home.nix b/home-manager/home.nix index 5658c08..e71a6e7 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -529,9 +529,9 @@ in shadow_range = "0"; }; animations = { - bezier = "easeInOutBack, 0.68, -0.55, 0.265, 1.55"; - animation = "windowsOut, 1, 7, easeInOutBack"; - animation = "workspaces, 1, 15, easeInOutBack"; + "bezier" = "easeInOutBack, 0.68, -0.55, 0.265, 1.55"; + "animation" = "windowsOut, 1, 7, easeInOutBack"; + "animation" = "workspaces, 1, 15, easeInOutBack"; }; input = { kb_layout = "gb";