nixos/gnupg: add dbus dependencies for gnome3 pinentry
This commit is contained in:
parent
6bd0704542
commit
7240566f74
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ in
|
|||
wantedBy = [ "sockets.target" ];
|
||||
};
|
||||
|
||||
services.dbus.packages = mkIf (cfg.agent.pinentryFlavor == "gnome3") [ pkgs.gcr ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ cfg.package ];
|
||||
systemd.packages = [ cfg.package ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue