From 6df797da586732a4fd9c91a856ea36ad5f09d7c8 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 1 May 2022 10:39:32 +0200 Subject: [PATCH] Add (again) nvim as EDITOR --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index d596c80..df4ac74 100644 --- a/home.nix +++ b/home.nix @@ -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"; };