feat(mpv): add touch and mouse gesture scripts
This commit is contained in:
parent
ae75463df5
commit
12cec706fa
4 changed files with 71 additions and 5 deletions
home/mpv/scripts
|
@ -2,7 +2,12 @@
|
|||
buildLua =
|
||||
pkgs.callPackage
|
||||
"${pkgs.path}/pkgs/applications/video/mpv/scripts/buildLua.nix" {};
|
||||
|
||||
buildLuaScript = file:
|
||||
pkgs.callPackage file {inherit buildLua;};
|
||||
in
|
||||
pkgs.recurseIntoAttrs {
|
||||
modernx = pkgs.callPackage ./modernx.nix {inherit buildLua;};
|
||||
modernx = buildLuaScript ./modernx.nix;
|
||||
pointer-event = buildLuaScript ./pointer-event.nix;
|
||||
touch-gestures = buildLuaScript ./touch-gestures.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue