summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-04-21 05:43:50 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-04-21 05:43:50 +0200
commite9cf66e042dfc6ba16a00030db15bcf681162036 (patch)
tree13e55364e2e084729b783197b8b74f3e0412a297 /nixos
parent04bb7dc19bc7b382f76b186e9674397a4f371f4a (diff)
downloadnixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.tar
nixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.tar.gz
nixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.tar.bz2
nixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.tar.lz
nixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.tar.xz
nixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.tar.zst
nixpkgs-e9cf66e042dfc6ba16a00030db15bcf681162036.zip
configuration template: improve docs on nano
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/tools/tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 21f2e730c3f..cb2dbf6c859 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -163,7 +163,7 @@ in
         # List packages installed in system profile. To search, run:
         # \$ nix search wget
         # environment.systemPackages = with pkgs; [
-        #   nano vim # don't forget to add an editor to edit configuration.nix!
+        #   vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
         #   wget
         #   firefox
         # ];