fix(hypr): pin inputs before anim changes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
43dc2b7798
commit
aeae84f66d
3 changed files with 7 additions and 3 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue