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";
|
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue