summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/channels.scm b/channels.scm
index ac8feb4..7e4db53 100644
--- a/channels.scm
+++ b/channels.scm
@@ -62,10 +62,15 @@
;;; Channel lists
(define aisaka-channels
- (list deployment jeko nonguix))
+ (append (list deployment
+ jeko
+ nonguix)
+ %default-channels))
(define izumi-channels
- (list deployment distribution guix*))
+ (append (list deployment
+ distribution)
+ %default-channels))
;;; Channel services