feat(yt-dlp): install yt-dlp
This commit is contained in:
parent
7958fb9113
commit
be4156fa1f
1 changed files with 9 additions and 0 deletions
9
home.nix
9
home.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue