dotfiles/home-manager/modules/yt-dlp/config/extraConfig.nix

6 lines
72 B
Nix

{
extraConfig = ''
--embed-chapters
--audio-quality 0
'';
}