nvim editeur par défaut

This commit is contained in:
nyanloutre 2018-05-07 11:35:57 +02:00
parent 489f166e36
commit ae85e1a37c
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@
programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ]; programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ];
programs.zsh.ohMyZsh.theme = "bureau"; programs.zsh.ohMyZsh.theme = "bureau";
environment.variables = { EDITOR = "nvim"; };
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
# programs.bash.enableCompletion = true; # programs.bash.enableCompletion = true;