summaryrefslogtreecommitdiff
path: root/users/seth/shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/default.nix')
-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 f637e03..0811779 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";