From e839fe49c3febfcc892e7c12189aeef56cc8b4c7 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 23 Mar 2024 12:54:23 +0100 Subject: Use modern way to configure bluetooth --- desktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop.scm b/desktop.scm index 37a7305..343d21a 100644 --- a/desktop.scm +++ b/desktop.scm @@ -86,7 +86,8 @@ (service thermald-service-type) (simple-service 'adwaita-dark-theme session-environment-service-type '(("GTK_THEME" . "Adwaita:dark"))) - (bluetooth-service #:auto-enable? #t) + (service bluetooth-service-type + (bluetooth-configuration (auto-enable? #t))) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout) -- cgit v1.2.3