mpv gpu accel
This commit is contained in:
parent
ba32f1281c
commit
51c639fdac
|
@ -46,7 +46,6 @@ in
|
||||||
discord
|
discord
|
||||||
dig
|
dig
|
||||||
xxd
|
xxd
|
||||||
mpv
|
|
||||||
zoom-us
|
zoom-us
|
||||||
slack
|
slack
|
||||||
imagemagick
|
imagemagick
|
||||||
|
@ -124,6 +123,14 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mpv = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
hwdec = "auto-safe";
|
||||||
|
vo = "gpu";
|
||||||
|
profile = "gpu-hq";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user