My nix home-manager configuration. The new Dotfiles!
sh <(curl -L https://raw.githubusercontent.com/rupurt/nix-home/main/install_nix)Open a separate shell to activate nix after the initial install
sh -s <(curl -L https://raw.githubusercontent.com/rupurt/nix-home/main/install_home_manager) -- --device kawasakiThis config uses zsh as the default login shell. Linux hosts will need to
manually add the path to the installed nix version of zsh and switch the default login shell
sudo sh -c 'echo $1 >> /etc/shells' -- $(which zsh)
chsh $(which zsh)Mac OS X >= Catalina (10.15) uses zsh by default
Clone this repository locally
git clone https://github.com/rupurt/nix-home.gitRun the default make target to execute the install_nix & install_home_manager scripts
makenix-home is released under the MIT license