forked from poz/niksos
change $EDITOR to use pkgs.neovim-nightly
is this why the colourscheme was broken when editing the git commit message
This commit is contained in:
parent
6b2bf8ba4d
commit
880564e754
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
nixpkgs.overlays = [ inputs.neovim-nightly-overlay.overlay ];
|
||||
|
||||
environment.sessionVariables = {
|
||||
EDITOR = "${pkgs.neovim}/bin/nvim";
|
||||
EDITOR = "${pkgs.neovim-nightly}/bin/nvim";
|
||||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
|
|
Loading…
Reference in a new issue