diff --git a/index.html b/index.html index 10157d9b..1ec1c103 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 54d33413..26eda2ab 100644 --- a/options.html +++ b/options.html @@ -7927,15 +7927,30 @@ for options. <home-manager/modules/programs/yt-dlp.nix>
programs.yt-dlp.package
Package providing the yt-dlp tool.
Type: package
Default: pkgs.yt-dlp
Declared by:
<home-manager/modules/programs/yt-dlp.nix>
- |
programs.yt-dlp.extraConfig
Configuration written to
-$XDG_CONFIG_HOME/yt-dlp/config
. See
-https://github.com/yt-dlp/yt-dlp#configuration
+
programs.yt-dlp.extraConfig
Extra configuration to add to
+$XDG_CONFIG_HOME/yt-dlp/config
.
+
Type: strings concatenated with "\n"
Default: ""
Example:
'' +--update +-F +''
Declared by:
+ <home-manager/modules/programs/yt-dlp.nix>
+ |
programs.yt-dlp.settings
Configuration written to
+$XDG_CONFIG_HOME/yt-dlp/config
.
+
+Options must be specified in their “long form”, for
+example, update = true;
instead of U = true;
.
+Short options can be specified in the extraConfig
option.
+See https://github.com/yt-dlp/yt-dlp#configuration
for explanation about possible values.
-
Type: strings concatenated with "\n"
Default: ""
Example:
--embed-thumbnail ---embed-subs ---sub-langs all ---downloader aria2c ---downloader-args aria2c:'-c -x8 -s8 -k1M' +Type: attribute set of boolean or signed integer or string
Default:
+ { + + } +
Example:
embed-thumbnail = true; +embed-subs = true; +sub-langs = "all"; +downloader = "aria2c"; +downloader-args = "aria2c:'-c -x8 -s8 -k1M'";Declared by:
<home-manager/modules/programs/yt-dlp.nix>
|
programs.z-lua.enable
Whether to enable z.lua.
Type: boolean
Default: false
Example: true
Declared by: