diff --git a/index.html b/index.html index 630c7ddf5..19d6c08bd 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 853a8f27f..1c42efb48 100644 --- a/options.html +++ b/options.html @@ -618,6 +618,9 @@ set as primary. }
Declared by:
<home-manager/modules/accounts/email.nix>
+ |
accounts.email.accounts.<name>.signature.command
A command that generates a signature.
Type: null or path
Default: null
Example:
pkgs.writeScript "signature" "echo This is my signature" +
Declared by:
+ <home-manager/modules/accounts/email.nix>
|
accounts.email.accounts.<name>.signature.showSignature
Method to communicate the signature.
Type: one of "append", "attach", "none"
Default: "none"
Declared by:
<home-manager/modules/accounts/email.nix>
|
accounts.email.accounts.<name>.signature.text
Signature content. diff --git a/tools.html b/tools.html index 207ffaaa3..bf0aa670f 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. -