Convert MPV configuration to module

This commit is contained in:
Yorick Barbanneau 2023-12-30 20:07:54 +01:00
parent 018242e2a5
commit a8ec1a644c
2 changed files with 12 additions and 7 deletions

View file

@ -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 = {