My home-manager configuration.
- Remove these files if present (backup in doubt).
sudo rm -f /etc/bash.bashrc.backup-before-nix
sudo rm -f /etc/bashrc.backup-before-nix
sudo rm -f /etc/zshrc.backup-before-nix- Reinstall Nix:
sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)- Reinstall
home-manager:
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install