nixos-configs/home/mpv/scripts/touch-gestures.nix
matt1432 8e69d3375d
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(mpris scripts): move src to flake.nix
2024-01-01 17:34:49 -05:00

12 lines
151 B
Nix

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