From e64069598202953801dae80f80a0bf8c4bf73d18 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Jun 2018 21:17:41 -0700 Subject: Move default location --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 7a8560d..b13db60 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,10 @@ #!/usr/bin/env sh +# +# Downloads and installs home-manager, then symlinks this directory where +# home-manager expects it. HM_PATH=https://github.com/rycee/home-manager/archive/release-18.03.tar.gz nix-shell $HM_PATH -A install + +ln -s ~/config ~/.config/nixpkgs -- cgit v1.2.3