summaryrefslogtreecommitdiff
path: root/users/seth/shell
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-24 20:38:37 -0500
committerseth <[email protected]>2024-01-24 20:38:37 -0500
commitbc5ae75eb21567edae47fcaae4921b0671300f80 (patch)
treed18eb4c144a03ed12cd387a35cb5f35031017607 /users/seth/shell
parentbe32ea8fe782fb571982a8c4de5ebd34b4b3b810 (diff)
seth/programs+shell: remove some unneeded options
Diffstat (limited to 'users/seth/shell')
-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";
};