diff options
author | Ben Sima <ben@bsima.me> | 2021-02-12 09:44:28 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-12 09:45:35 -0500 |
commit | 439e6d06da5ff6593c39087fc21d7107d26975cf (patch) | |
tree | d18c8df5031d9e05c92626ffe30acc6961373eb7 | |
parent | d3a1d00dd0c909f7dd92c2bda79d5e428520e38e (diff) |
Fix reference to vim
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index ac5defd..83edbd7 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -10,7 +10,7 @@ in packages = import ./packages.nix { inherit pkgs; }; sessionVariables = { GPGID = gpgid; - EDITOR = "${pkgs.vim}/bin/vim"; + EDITOR = "vim"; LANG = locale; LC_ALL = locale; LANGUAGE = locale; |