diff options
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ 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 +[[ -L ~/config ]] && ln -s ~/config ~/.config/nixpkgs |