Configure mpv

This commit is contained in:
Invariantspace 2025-05-31 02:54:25 -05:00
parent e16b11d924
commit a45d7aceed
Signed by: macronova
GPG key ID: CE969670FB4B4A56

View file

@ -42,15 +42,22 @@ in {
mpv = {
enable = true;
config = {
osd-bar = "no";
border = "no";
osc = "no";
osd-bar = "no";
profile = "gpu-hq";
};
scripts = with pkgs.mpvScripts; [
mpris
thumbfast
uosc
visualizer
vr-reversal
];
scriptOpts.visualizer = {
height = 9;
quality = "veryhigh";
};
};
obs-studio.enable = true;
zathura = {