Properly set neovim as editor
This commit is contained in:
parent
76e8c9c6e1
commit
3213dba96a
|
@ -39,7 +39,10 @@ with pkgs;
|
|||
};
|
||||
|
||||
# Set neovim as default editor
|
||||
programs.neovim.defaultEditor = true;
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
# Set timezone and synchronize NTP
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
|
Loading…
Reference in New Issue