Add overlay and instructions for using it

This commit is contained in:
Linus Heckemann 2017-09-25 13:14:51 +01:00 committed by Robert Helgesson
parent 393274d142
commit 34428fc709
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
3 changed files with 9 additions and 11 deletions

View file

@ -46,8 +46,8 @@ in
if nix-env -q | grep -q '^home-manager$' ; then
$DRY_RUN_CMD nix-env -e home-manager
echo "You can now remove the 'home-manager' entry in"
echo "'~/.config/nixpkgs/config.nix', if you want."
echo "You can now remove the 'home-manager' packageOverride"
echo "or overlay in '~/.config/nixpkgs/', if you want."
fi
'';
};