Don't populate nix.conf in home-setup.sh

master
David Morgan 2022-11-30 16:17:35 +00:00
parent 259a6ed52e
commit 19e5d50af3
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ HOME_CONF="$HOME/dotfiles/nix-conf/home/${CONF:-${HOST}}.nix"
ln -sf ~/dotfiles/.p10k.zsh ~/
ln -sf ~/dotfiles/.emacs.d ~/
mkdir ~/.config/nix
echo "extra-experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
echo -n $EMAIL > ~/email.txt
home-manager switch