summaryrefslogtreecommitdiff
path: root/users/seth/shell/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2022-12-02 22:53:58 +0000
committerseth <[email protected]>2022-12-02 22:53:58 +0000
commit9075aa13405b4d390bfe50cde83938c9a3af0fa8 (patch)
treed735182abc8f160483c2d78ff5b5fd3a08282aa4 /users/seth/shell/default.nix
parent1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 (diff)
more misc changes
Diffstat (limited to 'users/seth/shell/default.nix')
-rw-r--r--users/seth/shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix
index a9e1afd..088feec 100644
--- a/users/seth/shell/default.nix
+++ b/users/seth/shell/default.nix
@@ -10,8 +10,8 @@
];
home.sessionVariables = {
- EDITOR = pkgs.neovim;
- VISUAL = pkgs.neovim;
+ EDITOR = "nvim";
+ VISUAL = "nvim";
CARGO_HOME = "${config.xdg.dataHome}/cargo";
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
LESSHISTFILE = "${config.xdg.stateHome}/less/history";