aboutsummaryrefslogtreecommitdiff
path: root/tw/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system.scm')
-rw-r--r--tw/system.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tw/system.scm b/tw/system.scm
index 4cbd6dda..45fe5745 100644
--- a/tw/system.scm
+++ b/tw/system.scm
@@ -364,6 +364,12 @@ ACTION!=\"remove\", SUBSYSTEM==\"leds\", GROUP=\"video\", MODE=\"0664\"
" --fstab --verbose"))))
(modify-services (append %system-channel-services %desktop-services)
+ (guix-service-type
+ config =>
+ (guix-configuration
+ (inherit config)
+ (channels %system-channels)))
+
;; Let sane find the airscan backend. ipp-usb needs to be running separately.
(sane-service-type _ => sane-backends/airscan)