diff --git a/configuration.nix b/configuration.nix index 390d498..4348a04 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";