summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";