From fc009cebc567076def91c05cad6764761287c5db Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 30 Jun 2025 11:31:12 +0200 Subject: [PATCH] feat: Auto enable bluetooth This behavior has been changed recently it seems as bluetooth stopped automatically starting, this reverts the behavior. --- config.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.scm b/config.scm index c266229..d46ecab 100644 --- a/config.scm +++ b/config.scm @@ -108,7 +108,9 @@ (define %ruther/laptop-gui-essential-services (list - (service bluetooth-service-type) + (service bluetooth-service-type + (bluetooth-configuration + (auto-enable? #t))) (service cups-service-type (cups-configuration (web-interface? #t))) -- 2.49.0