mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19: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 = {
|
||||
profile = "gpu-hq";
|
||||
hwdec = "auto";
|
||||
hwdec = "nvdec"; # vulkan gets freezy
|
||||
vo = "gpu";
|
||||
volume-max = 200;
|
||||
opengl-waitvsync = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue