about summary refs log tree commit diff stats
path: root/setup-home.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup-home.sh')
-rw-r--r--setup-home.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup-home.sh b/setup-home.sh
index d951e33..29c621d 100644
--- a/setup-home.sh
+++ b/setup-home.sh
@@ -12,8 +12,6 @@ HOME_CONF="$HOME/dotfiles/nix-conf/home/${CONF:-${HOST}}.nix"
 [ -f $HOME_CONF ] && ln -sf $HOME_CONF ~/.config/nixpkgs/home.nix
 ln -sf ~/dotfiles/.p10k.zsh ~/
 ln -sf ~/dotfiles/.emacs.d ~/
-# TODO can this be included in zsh.nix?
-ln -s ~/dotfiles/fzf-git ~/
 
 mkdir ~/.config/nix
 echo "extra-experimental-features = nix-command flakes" > ~/.config/nix/nix.conf