Skip to content

Commit

Permalink
nixos/gnupg: add pinentry to systemPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Jun 17, 2020
1 parent 1c7fd15 commit e9e7886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/gnupg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ in

services.dbus.packages = mkIf (cfg.agent.pinentryFlavor == "gnome3") [ pkgs.gcr ];

environment.systemPackages = with pkgs; [ cfg.package ];
environment.systemPackages = with pkgs; [ cfg.package pinentry.${cfg.agent.pinentryFlavor} ];
systemd.packages = [ cfg.package ];

environment.interactiveShellInit = ''
Expand Down

0 comments on commit e9e7886

Please sign in to comment.