diff --git a/src/pkgs/files/raw/home.nix.default b/src/pkgs/files/raw/home.nix.default index e60781a..8f4fccf 100644 --- a/src/pkgs/files/raw/home.nix.default +++ b/src/pkgs/files/raw/home.nix.default @@ -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