Don't populate nix.conf in home-setup.sh
parent
259a6ed52e
commit
19e5d50af3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue