14 lines
428 B
Markdown
14 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
|
|
```
|