feat(mpv): add misc scripts

This commit is contained in:
matt1432 2023-12-16 21:51:43 -05:00
commit 4f349dae0f
5 changed files with 63 additions and 0 deletions
home/mpv/scripts

View file

@ -0,0 +1,15 @@
{
fetchFromGitHub,
buildLua,
}:
buildLua {
pname = "persist-properties";
version = "unstable";
src = fetchFromGitHub {
owner = "d87";
repo = "mpv-persist-properties";
rev = "ddb1e6bd7a7d57da9b567ea8dc5227906f416ec6";
hash = "sha256-C2nejhkxAZgfKRl9FrZZqODq2xW6zCbv/sBiqXSAd2k=";
};
}