diff options
| author | seth <[email protected]> | 2023-03-13 17:29:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-13 17:29:17 -0400 |
| commit | 329b514cd1ced933fa66c53d7d863c0c5a4dbf5a (patch) | |
| tree | b7271100458f3886bbbe1c2342d3d869b2e36830 /users/seth | |
| parent | 07fff2677f2c63f6382a80fa56da88b6d342db98 (diff) | |
use $TTY for $GPG_TTY
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/shell/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index 0811779..f637e03 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -42,7 +42,7 @@ sessionVariables = { EDITOR = "nvim"; VISUAL = "$EDITOR"; - GPG_TTY = "$(tty)"; + GPG_TTY = "$TTY"; CARGO_HOME = "${config.xdg.dataHome}/cargo"; RUSTUP_HOME = "${config.xdg.dataHome}/rustup"; LESSHISTFILE = "${config.xdg.stateHome}/less/history"; |
