1 2 3 4 5 6 7 8 9 10 11 12
{ lib, config, ... }: { programs.mpv = { enable = lib.mkDefault config.monorepo.profiles.graphics.enable; config = { profile = "gpu-hq"; force-window = true; ytdl-format = "bestvideo+bestaudio"; cache-default = 4000000; }; }; }