Replace vim with neovim
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user