nixos-configs/home/mpv/scripts/touch-gestures.nix

12 lines
151 B
Nix
Raw Normal View History

{
touch-gestures-src,
buildLua,
...
}:
buildLua {
pname = "touch-gestures";
version = touch-gestures-src.rev;
src = touch-gestures-src;
}