Replace vim with neovim
This commit is contained in:
parent
dea4242b99
commit
a92a2e19fd
|
@ -38,8 +38,8 @@ with pkgs;
|
||||||
shell = "${fish}/bin/fish";
|
shell = "${fish}/bin/fish";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set vim as default editor
|
# Set neovim as default editor
|
||||||
programs.vim.defaultEditor = true;
|
programs.neovim.defaultEditor = true;
|
||||||
|
|
||||||
# Set timezone and synchronize NTP
|
# Set timezone and synchronize NTP
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
|
|
Loading…
Reference in New Issue