add mpv video cutting script
This commit is contained in:
parent
9c9fb1ce72
commit
1f6108d409
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
@ -29,5 +29,8 @@
|
||||||
user-agent = "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0";
|
user-agent = "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
scripts = with pkgs.mpvScripts; [
|
||||||
|
cutter
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue