configuration template: add hint to install editor (#105771)

fixes #25376
This commit is contained in:
Jörg Thalheim
2021-04-20 21:20:03 +01:00
committed by GitHub
parent a8e7d96eb2
commit 20e0c6d583

View File

@@ -163,7 +163,8 @@ in
# List packages installed in system profile. To search, run:
# \$ nix search wget
# environment.systemPackages = with pkgs; [
# wget vim
# nano vim # don't forget to add an editor to edit configuration.nix!
# wget
# firefox
# ];