Replace vim with neovim

This commit is contained in:
coolneng 2022-07-12 19:52:41 +02:00
parent dea4242b99
commit a92a2e19fd
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ with pkgs;
shell = "${fish}/bin/fish";
};
# Set vim as default editor
programs.vim.defaultEditor = true;
# Set neovim as default editor
programs.neovim.defaultEditor = true;
# Set timezone and synchronize NTP
time.timeZone = "Europe/Brussels";