fix(hypr): pin commit to have fade out anims
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-28 01:06:50 -04:00
parent 8ebc6de43e
commit d823b36559
3 changed files with 11 additions and 5 deletions

View file

@ -682,16 +682,17 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1722112981,
"narHash": "sha256-0tpOoFxpyYwoo9craExTcxx1yroUuSjHTP2+8toM7Qw=",
"lastModified": 1721905853,
"narHash": "sha256-XeDy+Tk54tpARGbGeIgdOhbAikm3CfAX0K6cwBRoNvo=",
"ref": "refs/heads/main",
"rev": "bc86afea7e177a7ad4335737417fc0e468698dc4",
"revCount": 5002,
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
"revCount": 4982,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
},
"original": {
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"

View file

@ -1,4 +1,5 @@
# Do not modify! This file is generated.
{
inputs = {
Hyprspace = {
@ -112,6 +113,7 @@
};
hyprland = {
inputs.nixpkgs.follows = "nixpkgs";
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
submodules = true;
type = "git";
url = "https://github.com/hyprwm/Hyprland";
@ -328,4 +330,4 @@
};
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}
}

View file

@ -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 {