summaryrefslogtreecommitdiffstats
path: root/nixos/modules/installer/tools/tools.nix
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/modules/installer/tools/tools.nix
parent04bb7dc19bc7b382f76b186e9674397a4f371f4a (diff)
configuration template: improve docs on nano
Diffstat (limited to 'nixos/modules/installer/tools/tools.nix')
-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 21f2e730c3fe..cb2dbf6c8591 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
# ];