Link fzf-git (for now)

This commit is contained in:
David Morgan 2022-11-11 16:17:44 +00:00
parent 9ad47c7721
commit c4b124267d
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ 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