diff --git a/flake.lock b/flake.lock index 61d48b56..971752bd 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index cd571896..93e9aaf3 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs/default.nix b/inputs/default.nix index 9e9eb6ac..0dd2260e 100644 --- a/inputs/default.nix +++ b/inputs/default.nix @@ -115,18 +115,22 @@ let owner = "hyprwm"; repo = "Hyprland"; + # FIXME: animation stuff is broken + rev = "b9f110ef8726fcba2b4ee69856027731e73003a5"; + inputs.hyprutils.follows = "hyprutils"; }; hyprland-plugins = mkHyprDep { owner = "hyprwm"; repo = "hyprland-plugins"; + + # FIXME: animation stuff is broken + rev = "b6b31113ce84419c69ed575c22194e4023d2952a"; }; hyprgrass = mkHyprDep { - # FIXME: wait for https://github.com/horriblename/hyprgrass/pull/198 - # owner = "horriblename"; - owner = "matt1432"; + owner = "horriblename"; repo = "hyprgrass"; };