diff options
-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; |