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.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix
index 1a5bec1..49192ce 100644
--- a/users/seth/shell/default.nix
+++ b/users/seth/shell/default.nix
@@ -5,10 +5,9 @@
];
home = {
- sessionVariables = {
+ sessionVariables = rec {
EDITOR = "nvim";
- VISUAL = "$EDITOR";
- GPG_TTY = "$(tty)";
+ VISUAL = EDITOR;
CARGO_HOME = "${config.xdg.dataHome}/cargo";
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
};