guix-config/channels.scm
SouthFox a9b200b1d9 [feat] update channel
Signed-off-by: SouthFox <master@southfox.me>
2024-11-22 15:52:33 +08:00

4 lines
157 B
Scheme

(append (list (channel
(name 'fox-channel)
(url "https://git.southfox.me/southfox/guix-config")))
%default-channels)