fix(hypr): pin commit to have fade out anims
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
8ebc6de43e
commit
d823b36559
3 changed files with 3 additions and 0 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -116,6 +116,9 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
|
||||
# FIXME: layers don't fade out on latest
|
||||
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
Loading…
Reference in a new issue