1 2 3 4 5 6 7 8
{ programs.mpv = { enable = true; config = { ytdl-format = "bestvideo[height<=?1080][fps<=?30]+bestaudio/best"; }; }; }