fix(hypr): pin inputs before anim changes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-08 16:28:17 -05:00
parent 43dc2b7798
commit aeae84f66d
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -115,18 +115,22 @@ let
owner = "hyprwm"; owner = "hyprwm";
repo = "Hyprland"; repo = "Hyprland";
# FIXME: animation stuff is broken
rev = "b9f110ef8726fcba2b4ee69856027731e73003a5";
inputs.hyprutils.follows = "hyprutils"; inputs.hyprutils.follows = "hyprutils";
}; };
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {
owner = "hyprwm"; owner = "hyprwm";
repo = "hyprland-plugins"; repo = "hyprland-plugins";
# FIXME: animation stuff is broken
rev = "b6b31113ce84419c69ed575c22194e4023d2952a";
}; };
hyprgrass = mkHyprDep { hyprgrass = mkHyprDep {
# FIXME: wait for https://github.com/horriblename/hyprgrass/pull/198 owner = "horriblename";
# owner = "horriblename";
owner = "matt1432";
repo = "hyprgrass"; repo = "hyprgrass";
}; };