mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
10 lines
250 B
Scheme
10 lines
250 B
Scheme
;; [[file:../../Guix.org::*Channels][Channels:1]]
|
|
(cons*
|
|
(channel
|
|
(name 'channel-q)
|
|
(url "file:///home/pavel/Code/channel-q"))
|
|
(channel
|
|
(name 'nonguix)
|
|
(url "https://gitlab.com/nonguix/nonguix"))
|
|
%default-channels)
|
|
;; Channels:1 ends here
|