home: vim: make it the default editor explicitly

This commit is contained in:
Bruno BELANYI 2023-02-07 14:19:46 +00:00
parent 6b4c01a242
commit 4971634115

View file

@ -24,6 +24,10 @@ in
config.programs.neovim = lib.mkIf cfg.enable {
enable = true;
# This is the best editor
defaultEditor = true;
# All the aliases
viAlias = true;
vimAlias = true;