12 lines
171 B
Nix
Raw Normal View History

2025-01-11 11:53:20 +01:00
{
programs.mpv = {
enable = true;
config = {
hwdec = "auto-safe";
vo = "gpu";
profile = "gpu-hq";
gpu-context = "wayland";
};
};
}