cat .config/guix/channels.scm
;; Add my personal packages to those Guix provides.
(cons (channel
(name 'my-personal-packages)
(url "https://notabug.org/jbranso/guix-packages.git"))
%default-channels)
My channel is probably not correct. I'm not certain if I am specifying
packages correctly.
Thanks,
Joshua
