configuration template: improve docs on nano

This commit is contained in:
Jörg Thalheim 2021-04-21 05:43:50 +02:00
parent 04bb7dc19b
commit e9cf66e042
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -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
# ];