feat(hyprgrass): add my experimental hyprexpo gesture
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
1299cb6793
commit
8f8b658867
3 changed files with 9 additions and 0 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -126,6 +126,9 @@ let
|
|||
owner = "hyprwm";
|
||||
repo = "hyprland-plugins";
|
||||
|
||||
# FIXME: wait for hyprgrass PR to make this one
|
||||
rev = "810c1377e0b987bb9521dc33163633aa0642c1d3";
|
||||
|
||||
# type = "path";
|
||||
# path = "/home/matt/git/hyprland-plugins";
|
||||
};
|
||||
|
@ -133,6 +136,12 @@ let
|
|||
hyprgrass = mkHyprDep {
|
||||
owner = "horriblename";
|
||||
repo = "hyprgrass";
|
||||
|
||||
# FIXME: hopefully this gets merged soon
|
||||
rev = "df4f1e9f3c7b17b8c3dbbc9207fef75bdda6a5c5";
|
||||
|
||||
# type = "path";
|
||||
# path = "/home/matt/git/hyprgrass";
|
||||
};
|
||||
|
||||
hyprpaper = mkDep {
|
||||
|
|
Loading…
Reference in a new issue