mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
gpg-agent: fix GCR DBus package note
D-Bus services are queried from Home Manager packages too. NixOS is not required.
This commit is contained in:
parent
c6a5fbfd99
commit
f26aa4b76f
1 changed files with 5 additions and 8 deletions
|
@ -235,15 +235,12 @@ in {
|
||||||
example = literalExpression "pkgs.pinentry-gnome3";
|
example = literalExpression "pkgs.pinentry-gnome3";
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Which pinentry interface to use. If not
|
Which pinentry interface to use. If not `null`, it sets
|
||||||
`null`, it sets
|
{option}`pinentry-program` in {file}`gpg-agent.conf`. Beware that
|
||||||
{option}`pinentry-program` in
|
`pinentry-gnome3` may not work on non-GNOME systems. You can fix it by
|
||||||
{file}`gpg-agent.conf`. Beware that
|
adding the following to your configuration:
|
||||||
`pinentry-gnome3` may not work on non-Gnome
|
|
||||||
systems. You can fix it by adding the following to your
|
|
||||||
system configuration:
|
|
||||||
```nix
|
```nix
|
||||||
services.dbus.packages = [ pkgs.gcr ];
|
home.packages = [ pkgs.gcr ];
|
||||||
```
|
```
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue