diff --git a/index.html b/index.html index c492f54bc..75d0c3e7d 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 30f4d82fb..ea6904154 100644 --- a/options.html +++ b/options.html @@ -7957,6 +7957,21 @@ for options. }
Declared by:
<home-manager/modules/programs/xmobar.nix>
+ |
programs.yt-dlp.enable
Whether to enable yt-dlp.
Type: boolean
Default: false
Example: true
Declared by:
+ <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
+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' +
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:
<home-manager/modules/programs/z-lua.nix>
|
programs.z-lua.enableAliases
Whether to enable recommended z.lua aliases. diff --git a/tools.html b/tools.html index 13518a4b5..17e161407 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -