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:
jacekpoz 2024-03-24 13:22:34 +01:00
parent 6b2bf8ba4d
commit 880564e754
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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} = {