fix: mpv nvdec

This commit is contained in:
Kat Inskip 2026-02-08 18:18:28 -08:00
parent f05d188d3a
commit dc0a08031a

View file

@ -34,7 +34,7 @@ in {
];
config = {
profile = "gpu-hq";
hwdec = "auto";
hwdec = "nvdec"; # vulkan gets freezy
vo = "gpu";
volume-max = 200;
opengl-waitvsync = true;