abbith/guix
Steve Ayerhart 8f604ce0a9 more configs 2020-08-16 12:31:18 -04:00
..
README.org more configs 2020-08-16 12:31:18 -04:00
abbith.scm reorg for literate config 2020-08-12 14:06:20 -04:00
cuirass-specs.scm more configs 2020-08-16 12:31:18 -04:00
guixbook-pro.scm more configs 2020-08-16 12:31:18 -04:00
package-manifests.scm reorg for literate config 2020-08-12 14:06:20 -04:00

README.org

Guix Configurations

Channels

:PROPERTIES: :header-args+ :mkdir p yes :header-args+ :tangle ~/.config/guix/channels.scm

:END:

  (cons (channel
         (name 'guix-hpc)
         (url "https://gitlab.inria.fr/guix-hpc/guix-hpc.git")
         (branch "master"))
        %default-channels)