From ae85e1a37c94f6ff40241c2798f93287a6ac0ade Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 7 May 2018 11:35:57 +0200 Subject: [PATCH] =?UTF-8?q?nvim=20editeur=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index a77df0024..f8fd42436 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,6 +59,8 @@ programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ]; programs.zsh.ohMyZsh.theme = "bureau"; + environment.variables = { EDITOR = "nvim"; }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.bash.enableCompletion = true;