abbith/guix
Steve Ayerhart fc6abac4ca
starting sway documentation
2020-08-18 08:43:06 -04:00
..
README.org more configs 2020-08-16 12:31:18 -04:00
abbith.scm starting sway documentation 2020-08-18 08:43:06 -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

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)