We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b4ee24d commit b8d92a7Copy full SHA for b8d92a7
nixos/modules/programs/gnupg.nix
@@ -77,7 +77,7 @@ in
77
78
systemd.packages = [ pkgs.gnupg ];
79
80
- environment.interactiveShellInit = ''
+ environment.extraInit = ''
81
# Bind gpg-agent to this TTY if gpg commands are used.
82
export GPG_TTY=$(tty)
83
0 commit comments