guix-config/channels.scm

6 lines
204 B
Scheme
Raw Normal View History

2024-11-20 18:19:32 +01:00
(append (list (channel
(name 'fox-channel)
(url (string-append "file://" (getenv "HOME")
"/.config/guix"))))
%default-channels)