1
0
Fork 0
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:
pancho horrillo 2025-05-01 22:11:25 +02:00 committed by GitHub
parent 5f217e5a31
commit 81431b6d6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.
'';