summaryrefslogtreecommitdiff
path: root/users/seth
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-13 17:29:17 -0400
committerseth <[email protected]>2023-03-13 17:29:17 -0400
commit329b514cd1ced933fa66c53d7d863c0c5a4dbf5a (patch)
treeb7271100458f3886bbbe1c2342d3d869b2e36830 /users/seth
parent07fff2677f2c63f6382a80fa56da88b6d342db98 (diff)
use $TTY for $GPG_TTY
Diffstat (limited to 'users/seth')
-rw-r--r--users/seth/shell/default.nix2
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";