14 mkHyprlandPlugin hyprland rec {
15 pluginName = "hyprgrass";
18 src = fetchFromGitHub {
19 owner = "horriblename";
22 hash = "sha256-0dYMlNYuevQvsd6+imOkic3c6RSssM8WSx1hAepJ/wU=";
32 buildInputs = [ wf-touch ];
34 dontUseCmakeConfigure = true;
38 passthru.updateScript = nix-update-script { };
41 description = "Hyprland plugin for touch gestures";
42 homepage = "https://github.com/horriblename/hyprgrass";
43 license = lib.licenses.bsd3;
44 maintainers = with lib.maintainers; [ donovanglover ];
45 platforms = lib.platforms.linux;