feat: add mpv module with custom scripts
This commit is contained in:
parent
73d4ab96db
commit
ae75463df5
4 changed files with 49 additions and 1 deletions
home/mpv/scripts
8
home/mpv/scripts/default.nix
Normal file
8
home/mpv/scripts/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
buildLua =
|
||||
pkgs.callPackage
|
||||
"${pkgs.path}/pkgs/applications/video/mpv/scripts/buildLua.nix" {};
|
||||
in
|
||||
pkgs.recurseIntoAttrs {
|
||||
modernx = pkgs.callPackage ./modernx.nix {inherit buildLua;};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue