r0man / guix-channel

My GUIX channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Guix channel

https://github.com/r0man/guix-channel/actions/workflows/test.yml/badge.svg

https://guix.gnu.org/static/blog/img/gnu-guix-a-frogs-dream.jpg

Usage

Add this channel to ~/.config/guix/channels.scm

(cons* (channel
        (name 'r0man)
        (url "https://github.com/r0man/guix-channel")
        (branch "main")
        (introduction
         (make-channel-introduction
          "8eb7a76af9b51b80f5c01f18639e6360833fc377"
          (openpgp-fingerprint
           "D226 A339 D8DF 4481 5DDE  0CA0 3DDA 5252 7D2A C199"))))
       %default-channels)

About

My GUIX channel


Languages

Language:Scheme 100.0%