Add some info about editors

+12 -6
+12 -6
nixos/doc/manual/installation/installing.xml
··· 120 120 $ nano /mnt/etc/nixos/configuration.nix 121 121 </screen> 122 122 123 - The <command>vim</command> text editor is also available.</para> 123 + If you’re using the graphical ISO image, other editors may be 124 + available (such as <command>vim</command>). If you have network 125 + access, you can also install other editors — for instance, you can 126 + install Emacs by running <literal>nix-env -i 127 + emacs</literal>.</para> 124 128 125 129 <para>You <emphasis>must</emphasis> set the option 126 130 <option>boot.loader.grub.device</option> to specify on which disk ··· 189 193 190 194 <listitem> 191 195 192 - <para>You should now be able to boot into the installed NixOS. The GRUB boot menu shows a list 193 - of <emphasis>available configurations</emphasis> (initially just one). Every time 194 - you change the NixOS configuration (see<link linkend="sec-changing-config">Changing 195 - Configuration</link> ), a new item appears in the menu. This allows you to 196 - easily roll back to another configuration if something goes wrong.</para> 196 + <para>You should now be able to boot into the installed NixOS. The 197 + GRUB boot menu shows a list of <emphasis>available 198 + configurations</emphasis> (initially just one). Every time you 199 + change the NixOS configuration (see <link 200 + linkend="sec-changing-config">Changing Configuration</link> ), a 201 + new item is added to the menu. This allows you to easily roll back 202 + to a previous configuration if something goes wrong.</para> 197 203 198 204 <para>You should log in and change the <literal>root</literal> 199 205 password with <command>passwd</command>.</para>