mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
deploy: 78a8fae57f
This commit is contained in:
@@ -86426,7 +86426,7 @@ See <a class="link" href="https://github.com/yt-dlp/yt-dlp#configuration" targe
|
||||
for explanation about possible values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (boolean or signed integer or string)</p>
|
||||
attribute set of (boolean or signed integer or string or list of (boolean or signed integer or string))</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
@@ -86437,6 +86437,10 @@ attribute set of (boolean or signed integer or string)</p>
|
||||
sub-langs = "all";
|
||||
downloader = "aria2c";
|
||||
downloader-args = "aria2c:'-c -x8 -s8 -k1M'";
|
||||
color = [
|
||||
"stdout:no_color"
|
||||
"stderr:always"
|
||||
];
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user