dotfiles/guix/README.md
2022-07-31 09:34:40 +01:00

15 lines
428 B
Markdown

## new machine
```
guix pull
hash guix
guix shell git
git clone https://git.sr.ht/~cyplo/dotfiles
guix pull --channels=/home/cyryl/dev/dotfiles/guix/channels.scm
guix system reconfigure /etc/config.scm
# merge /etc/config.scm into /home/cyryl/dev/dotfiles/guix/vm/config.scm
guix system reconfigure /home/cyryl/dev/dotfiles/guix/vm/config.scm
guix home reconfigure /home/cyryl/dev/dotfiles/guix/home-configuration.scm
```