mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: mpv nvdec
This commit is contained in:
parent
f05d188d3a
commit
dc0a08031a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ in {
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
profile = "gpu-hq";
|
profile = "gpu-hq";
|
||||||
hwdec = "auto";
|
hwdec = "nvdec"; # vulkan gets freezy
|
||||||
vo = "gpu";
|
vo = "gpu";
|
||||||
volume-max = 200;
|
volume-max = 200;
|
||||||
opengl-waitvsync = true;
|
opengl-waitvsync = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue