fixed my EDITOR env var
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
programs.nix-index.enableZshIntegration = false;
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim${self}";
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
home.sessionPath = [ "${self}/mybin" ];
|
||||
|
||||
Reference in New Issue
Block a user