abbith/guix
Steve Ayerhart aeee3f03eb
guix wip
2020-11-21 20:20:03 -05: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
guix-drv.scm guix wip 2020-11-21 20:20:03 -05:00
guixbook-pro.scm more configs 2020-08-16 12:31:18 -04:00
manifest.scm guix wip 2020-11-21 20:20:03 -05:00
yaddith.scm guix wip 2020-11-21 20:20:03 -05: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)