summaryrefslogtreecommitdiff
path: root/.config/guix/channels.scm
blob: 577b87491143b92324108e4438e29100a829a090 (plain)
1
2
3
4
5
(append (list (channel
                (name 'bd-channel)
                (url (string-append "file://" (getenv "HOME")
                                    "/.config/guix/guix-channel"))))
        %default-channels)