Important
I'm in on ongoing migration from home-manager to Mise, so this repo has incomplete configuration.
See my Mise config here: https://github.com/andreynering/mise
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:
export NIXPKGS_ALLOW_UNFREE=1
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