diff --git a/configuration.nix b/configuration.nix index fe1b8f1..7225d99 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,7 +88,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + neovim # wget ];