home/mpv: Use Vulkan as GPU API
This commit is contained in:
parent
b87bdd7038
commit
2e5ed63550
1 changed files with 2 additions and 3 deletions
|
@ -9,9 +9,8 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
#access-references = false;
|
||||
|
||||
# Video output
|
||||
vo = "gpu";
|
||||
#gpu-api = "vulkan";
|
||||
hwdec = "vulkan,vaapi,auto-safe";
|
||||
vo = "gpu-next";
|
||||
gpu-api = "vulkan";
|
||||
vd-lavc-dr = true;
|
||||
|
||||
scale = "ewa_lanczos4sharpest";
|
||||
|
|
Loading…
Reference in a new issue