From 8f8b658867fea61c458ea22334f998a8184a8af2 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 14 Nov 2024 20:48:57 -0500 Subject: [PATCH] feat(hyprgrass): add my experimental hyprexpo gesture --- flake.lock | Bin 57054 -> 57172 bytes flake.nix | Bin 11260 -> 11372 bytes inputs.nix | 9 +++++++++ 3 files changed, 9 insertions(+) diff --git a/flake.lock b/flake.lock index ead9658177480859b23626b9d3a7f0946c64d61a..12307e9834d2f4c2cb00a0142ccf0d68885b1c55 100644 GIT binary patch delta 347 zcmcb&m-)&*<_$vjY=&k==4J+y5AK)K@^MNH3yG@G4h(UuiU@Pe2{rM|%gPA!Ehw%? zu5$HAb@#R`NjG**@hYGEP)K}oxxI}>N}5TUVX9@Cak6=mp?Q);vT;gMQnICyfq7bL znz?CGN=l+xqG__}3DyMHkyW5qkWEZa21@T&{+|m z!NJLQ@Cj<&Klr}hy`ML4x)QW}1R-GkmbHmwGDK=Zps*943&I%PVdn$U?nD$25(7T^Y*yG^s|KH|3f s4mY+jwn}hFd?PXD7BI{}27P6%fk={!7=$E}i~VZh*Z%j}JUV;&1AJ#yRsaA1 diff --git a/flake.nix b/flake.nix index f92f63a14da57de22834cd54e408ecac2cfa0314..b1172058935169b304253b2d55d1e9717e8a0b36 100644 GIT binary patch delta 121 zcmewp{w89>B3}KX)G`HI1*McUlQhFr%QWL;^CUy_B#UI@l%%9&OCtmGwA3_n)1;J? zM6*QGWYfuptg4&$@h)eCX|ymjNH#P!H%~Q4va~QyO0qOHGE7M}Ha0XfHZwL(Of)bv QF-kT}F$QaFax$C0@h)csGd}WH%K!kNu?sH% diff --git a/inputs.nix b/inputs.nix index e3ad31f0..aa2c05b2 100644 --- a/inputs.nix +++ b/inputs.nix @@ -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 {