Skip to content

andreynering/home-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

home-manager

My home-manager configuration.

How to fix a broken Nix / home-manager after a macOS update

  1. 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
  1. Reinstall Nix:
sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)
  1. 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

About

My home-manager configuration

Resources

Stars

Watchers

Forks

Languages