mpv gpu accel

This commit is contained in:
Rachel Lambda Samuelsson 2023-08-25 14:40:08 +02:00
parent ba32f1281c
commit 51c639fdac

View File

@ -46,7 +46,6 @@ in
discord
dig
xxd
mpv
zoom-us
slack
imagemagick
@ -123,7 +122,15 @@ in
set -o vi
'';
};
mpv = {
enable = true;
config = {
hwdec = "auto-safe";
vo = "gpu";
profile = "gpu-hq";
};
};
emacs = {
enable = true;