summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-06-13 21:17:41 -0700
committerBen Sima <ben@bsima.me>2018-06-13 21:17:41 -0700
commite64069598202953801dae80f80a0bf8c4bf73d18 (patch)
treeb2a9c63f3885ce911d94762b1546862d3fe75506 /install.sh
parentd12a8dcaa4ae02277eba7f754aee470d1ad6527c (diff)
Move default location
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
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