Add (again) nvim as EDITOR

This commit is contained in:
Quentin Boyer 2022-05-01 10:39:32 +02:00
parent 3aef84f4cc
commit 6df797da58

View file

@ -118,6 +118,7 @@ in {
initExtraBeforeCompInit = ''
fpath+="$HOME/.zfunc"
'';
envExtra = "export EDITOR=nvim";
shellAliases = {
new-direnv = "nix flake new -t github:nix-community/nix-direnv";
};