mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
gpg-agent: fix typo (#6950)
See 46e634be05/pkgs/by-name/wa/wayprompt/package.nix (L60)
This commit is contained in:
parent
5f217e5a31
commit
81431b6d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ in
|
|||
|
||||
program = lib.mkOption {
|
||||
type = types.nullOr types.str;
|
||||
example = "wayprompt-pinentry";
|
||||
example = "pinentry-wayprompt";
|
||||
description = ''
|
||||
Which program to search for in the configured `pinentry.package`.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue