add yt-dlp config
This commit is contained in:
parent
ebe0bb1d71
commit
ec6638af5d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
programs.yt-dlp = {
|
programs.yt-dlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {};
|
extraConfig = ''
|
||||||
|
-o ~/Downloads/yt-dlp/%(title)s.%(ext)s
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue