Clarify double-installing basic-environment

This commit is contained in:
Alexander Sosedkin 2019-10-06 14:10:46 +02:00
parent dfa9686aa6
commit fb018be501

View file

@ -26,7 +26,11 @@ in
# Simply install just the packages
home.packages = with pkgs; [
# Stuff that you really really want to have
nix-on-droid.basic-environment # think twice before removing these
nix-on-droid.basic-environment
# (It's installed twice, first time during the installation with nix-env,
# second time here, with higher priority (and updates on rebuilds).
# It's for your own safety. You are advised to keep both, it's OK.
# Removing one is fine too, but removing both will break your install.)
# User-facing stuff that you really really want to have
vim # or some other editor, e.g. nano or neovim