nixos/gnupg: add dbus dependencies for gnome3 pinentry

This commit is contained in:
Yury G. Kudryashov 2019-10-31 16:15:59 -04:00
parent 6bd0704542
commit 7240566f74

View File

@ -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 ];