2022-07-31 09:34:40 +01:00
|
|
|
## new machine
|
|
|
|
```
|
|
|
|
|
|
|
|
guix pull
|
|
|
|
hash guix
|
|
|
|
guix shell git
|
|
|
|
git clone https://git.sr.ht/~cyplo/dotfiles
|
|
|
|
|
2022-03-02 21:56:21 +00:00
|
|
|
guix pull --channels=/home/cyryl/dev/dotfiles/guix/channels.scm
|
2022-07-31 09:34:40 +01:00
|
|
|
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
|
|
|
|
```
|