mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Merge a50f7910e6
into 94605dcade
This commit is contained in:
commit
31689bca51
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ let
|
|||
'' + optionalString cfg.enableSshSupport gpgSshSupportStr;
|
||||
|
||||
gpgNushellInitStr = ''
|
||||
$env.GPG_TTY = (tty)
|
||||
if (is-terminal --stdin) {
|
||||
$env.GPG_TTY = (tty)
|
||||
}
|
||||
'' + optionalString cfg.enableSshSupport ''
|
||||
${gpgPkg}/bin/gpg-connect-agent updatestartuptty /bye | ignore
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue