diff options
author | Ben Sima <ben@bsima.me> | 2018-11-07 08:23:20 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-07 08:23:20 -0800 |
commit | f4386f942906b8e9c287335c73492a75ab39daa7 (patch) | |
tree | 1905625f393c08b449985c894b930fa819d384b2 | |
parent | fa5c31dee0f6ed59ac4ea22b37f81617d9c5e666 (diff) |
Symlink only home.nix
-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 |