Il créée un fichier $HOME/.config/guix/channels.scm
où il peut lister les channels auxquels il veut accéder :
(list %default-guix-channel
(channel
(name 'guix-science)
(url "https://github.com/guix-science/guix-science")
(introduction
(make-channel-introduction
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
(openpgp-fingerprint
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))
(channel
(name 'guix-cran)
(url "https://github.com/guix-science/guix-cran"))
(channel
(name 'gricad-guix-packages)
(url "https://gricad-gitlab.univ-grenoble-alpes.fr/bouttiep/gricad_guix_packages.git")
(branch "master")))