diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index cf57bcfaf01..9b87b40ccaa 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -152,7 +152,7 @@ $ nixos-option --install write a description of the configuration that you want to be built and activated. The configuration is specified in a Nix expression and must be stored on the target file system. The text - editors nano and vi are + editors nano and vim are available. You need to specify a root file system in diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index e8c583f7693..4cf39867ec6 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -85,7 +85,7 @@ pkgs.dar # disk archiver # Some editors. - pkgs.nvi + pkgs.vim pkgs.bvi # binary editor pkgs.joe ];