diff options
Diffstat (limited to 'users/seth/shell/default.nix')
| -rw-r--r-- | users/seth/shell/default.nix | 4 |
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"; |
