feat(mpv): add misc scripts
This commit is contained in:
parent
12cec706fa
commit
4f349dae0f
5 changed files with 63 additions and 0 deletions
home/mpv/scripts
15
home/mpv/scripts/persist-properties.nix
Normal file
15
home/mpv/scripts/persist-properties.nix
Normal 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=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue