mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-28 13:11:05 +01:00
Clarify double-installing basic-environment
This commit is contained in:
parent
dfa9686aa6
commit
fb018be501
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue