summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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