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