mirror of
https://github.com/nix-community/home-manager
synced 2024-12-19 08:19:48 +01:00
gpg: fix typo (#4277)
This commit is contained in:
parent
ba2c0737cc
commit
8d243f7da1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ in {
|
||||||
defaultText = literalExpression "pkgs.gnupg";
|
defaultText = literalExpression "pkgs.gnupg";
|
||||||
example = literalExpression "pkgs.gnupg23";
|
example = literalExpression "pkgs.gnupg23";
|
||||||
description =
|
description =
|
||||||
"The Gnupg package to use (also used the gpg-agent service).";
|
"The Gnupg package to use (also used by the gpg-agent service).";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue