mpv: add plugins
This commit is contained in:
parent
8633e67c92
commit
75064dafd4
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{pkgs, ... }: {
|
||||||
config = {
|
config = {
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -18,6 +18,11 @@ _: {
|
||||||
|
|
||||||
hwdec="auto";
|
hwdec="auto";
|
||||||
};
|
};
|
||||||
|
scripts = with pkgs.mpvScripts; [
|
||||||
|
mpris
|
||||||
|
sponsorblock
|
||||||
|
thumbfast
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue