Convert MPV configuration to module
This commit is contained in:
parent
018242e2a5
commit
a8ec1a644c
2 changed files with 12 additions and 7 deletions
|
@ -11,10 +11,10 @@ in
|
|||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
hwdec = auto-safe;
|
||||
vo = gpu;
|
||||
profile = gpu-hq;
|
||||
gpu-context = wayland;
|
||||
hwdec = "auto-safe";
|
||||
vo = "gpu";
|
||||
profile = "gpu-hq";
|
||||
gpu-context = "wayland";
|
||||
};
|
||||
};
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue