diff --git a/users/common/home.nix b/users/common/home.nix index 960f119..a917ac9 100644 --- a/users/common/home.nix +++ b/users/common/home.nix @@ -20,7 +20,7 @@ programs.nix-index.enableZshIntegration = false; home.sessionVariables = { - EDITOR = "nvim${self}"; + EDITOR = "nvim"; }; home.sessionPath = [ "${self}/mybin" ];