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 = { mpv = {
enable = true; enable = true;
config = { config = {
osd-bar = "no";
border = "no"; border = "no";
osc = "no";
osd-bar = "no";
profile = "gpu-hq";
}; };
scripts = with pkgs.mpvScripts; [ scripts = with pkgs.mpvScripts; [
mpris mpris
thumbfast thumbfast
uosc uosc
visualizer
vr-reversal vr-reversal
]; ];
scriptOpts.visualizer = {
height = 9;
quality = "veryhigh";
};
}; };
obs-studio.enable = true; obs-studio.enable = true;
zathura = { zathura = {