feat(yt-dlp): install yt-dlp

This commit is contained in:
Khaïs COLIN 2024-09-13 14:22:22 +02:00
parent 7958fb9113
commit be4156fa1f

View file

@ -157,4 +157,13 @@ in {
plugins = [ "lyrics" "web" "info" "edit" ];
};
};
programs.yt-dlp = {
enable = true;
settings = {
embed-thumbnail = true;
embed-subs = true;
sub-langs = "all";
};
};
}