diff --git a/index.html b/index.html index b73c64933..cdfede245 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index c17aa4887..d8d0fd04e 100644 --- a/options.html +++ b/options.html @@ -3312,6 +3312,10 @@ or checksum database. true
Declared by:
<home-manager/modules/programs/gpg.nix>
+ |
programs.gpg.package
The Gnupg package to use (also used the gpg-agent service).
Type: package
Default:
+ pkgs.gnupg
+
Example:
pkgs.gnupg23
Declared by:
+ <home-manager/modules/programs/gpg.nix>
|
programs.gpg.homedir
Directory to store keychains and configuration.
Type: path
Default:
"${config.home.homeDirectory}/.gnupg"
Example:
"${config.xdg.dataHome}/gnupg"
Declared by: