add yt-dlp config

This commit is contained in:
Asaki Yuki 2026-04-14 13:10:20 +07:00
parent ebe0bb1d71
commit ec6638af5d

View file

@ -1,6 +1,8 @@
{...}: { {...}: {
programs.yt-dlp = { programs.yt-dlp = {
enable = true; enable = true;
settings = {}; extraConfig = ''
-o ~/Downloads/yt-dlp/%(title)s.%(ext)s
'';
}; };
} }