diff --git a/index.html b/index.html index 75d0c3e7..f05f8dd3 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 ea690415..0f203800 100644 --- a/options.html +++ b/options.html @@ -3304,6 +3304,21 @@ See fzf-tmux --help for available ]
Example: [ "-d 40%" ]
Declared by:
<home-manager/modules/programs/fzf.nix>
+ |
programs.gallery-dl.enable
Whether to enable gallery-dl.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/gallery-dl.nix>
+ |
programs.gallery-dl.settings
Configuration written to
+$XDG_CONFIG_HOME/gallery-dl/config.json
. See
+https://github.com/mikf/gallery-dl#configuration
+for supported values.
+
Type: JSON value
Default:
+ {
+
+ }
+
Example:
{ + extractor.base-directory = "~/Downloads"; +} +
Declared by:
+ <home-manager/modules/programs/gallery-dl.nix>
|
programs.gh.enable
Whether to enable GitHub CLI tool.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/gh.nix>
|
programs.gh.enableGitCredentialHelper
Whether to enable the gh git credential helper for github.com.
Type: boolean
Default: true
Example: true
Declared by: