From 0067f465d4bb6e40fb5aa10b216a7347398f2140 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 20 Dec 2022 08:27:42 -0500 Subject: ikaruga: Add bluetooth service. --- ikaruga.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ikaruga.scm') diff --git a/ikaruga.scm b/ikaruga.scm index fc687f5..6d7bc17 100644 --- a/ikaruga.scm +++ b/ikaruga.scm @@ -47,12 +47,18 @@ (comment "David Thompson") (group "users") (home-directory "/home/dave") - (supplementary-groups '("wheel" "netdev" "audio" "video"))) + (supplementary-groups + '("audio" + "lp" ; for bluetooth + "netdev" + "video" + "wheel"))) ; for sudo %base-user-accounts)) (packages (append (list (specification->package "nss-certs")) %base-packages)) - (services (modify-services (cons (service gnome-desktop-service-type) - %desktop-services) + (services (modify-services (cons* (service gnome-desktop-service-type) + (service bluetooth-service-type) + %desktop-services) ;; Get nonguix substitutes. (guix-service-type config => (guix-configuration -- cgit v1.2.3