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

12 lines
156 B
Nix
Raw Normal View History

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