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, 2 insertions, 0 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix
index 3872731..e0e753b 100644
--- a/users/seth/shell/default.nix
+++ b/users/seth/shell/default.nix
@@ -7,6 +7,8 @@
home = {
sessionVariables = {
+ EDITOR = "nvim";
+ VISUAL = "$EDITOR";
GPG_TTY = "$(tty)";
CARGO_HOME = "${config.xdg.dataHome}/cargo";
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";