mpv: add plugins

This commit is contained in:
Leonardo Eugênio 2023-08-31 14:09:27 -03:00
parent 8633e67c92
commit 75064dafd4

View file

@ -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
];
}; };
}; };
} }