diff options
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ nix-shell $HM_PATH -A install # macOS doesn't have a ~/.config directory by default mkdir -p ~/.config -[[ -L ~/config ]] && ln -s ~/config ~/.config/nixpkgs +[[ -L ~/config ]] && ln -s ~/config/home.nix ~/.config/nixpkgs/home.nix |