mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-11 06:14:38 -05:00
feat: init
This commit is contained in:
parent
354268c8e5
commit
709c4c7eff
3 changed files with 34 additions and 0 deletions
16
home-manager/modules/yt-dlp.nix
Normal file
16
home-manager/modules/yt-dlp.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
programs.yt-dlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
embed-thumbnail = true;
|
||||
embed-subs = true;
|
||||
sub-langs = "english";
|
||||
downloader = "aria2c";
|
||||
downloader-args = "aria2c:'-c -x8 -s8 -k1M'";
|
||||
};
|
||||
extraConfig = ''
|
||||
--embed-chapters
|
||||
--audio-quality 0
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue