nerd (ˈnərd) noun:
- a person preoccupied with or devoted to a particular activity or field of interest
Nerd is the home of my Guix config and also dotfiles. It’s called “nerd” for two reasons, first anyone who creates a repo for their dotfiles or uses Guix for their system is a nerd by definition. Second it’s humorous because Guix is pronounced “geek”.
Run a system reconfigure:
sudo guix system -L ~/git/hub/ispringle/nerd reconfigure ~/git/hub/ispringle/nerd/config/systems/$(hostname).scm
Run a home reconfigure:
RUNNING_GUIX_HOME=1 guix home -L ~/git/hub/ispringle/nerd reconfigure ~/git/hub/ispringle/nerd/config/home/base.scm
Once you’ve stow’d the home/
directory you can also simply run update-system
and update-home
.
From the root of this repo just run
stow -t ~ home