mpv gpu accel
This commit is contained in:
parent
ba32f1281c
commit
51c639fdac
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user