initial commit
This commit is contained in:
10
users/modules/yt-dlp.nix
Normal file
10
users/modules/yt-dlp.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.yt-dlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
embed-thumbnail = true;
|
||||
embed-subs = true;
|
||||
sub-langs = "all";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user