diff options
Diffstat (limited to 'px/hardware/raspberrypi.scm')
-rw-r--r-- | px/hardware/raspberrypi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/hardware/raspberrypi.scm b/px/hardware/raspberrypi.scm index 2dbde25..cde37fd 100644 --- a/px/hardware/raspberrypi.scm +++ b/px/hardware/raspberrypi.scm @@ -5,7 +5,7 @@ #:use-module (nongnu packages linux) #:use-module (px system os) #:use-module (px packages linux) - #:use-module (px services device) + #:use-module (px services bluetooth) #:export (%raspberry-pi-4-template %seeed-reterminal-template)) |