diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..7a8560d --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +HM_PATH=https://github.com/rycee/home-manager/archive/release-18.03.tar.gz + +nix-shell $HM_PATH -A install |