My GNU Guix Packages
This is a channel containing packages not yet in available in the GNU Distribution.
Add the following lines to ~/.config/guix/channels.scm
(run guix pull
first, if the path does not exist):
;; Add peanutbutterandcrackers/guix-packages
(cons (channel
(name 'peanutbutterandcrackers-guix-packages)
(url "https://github.com/peanutbutterandcrackers/guix-packages"))
%default-channels)