feat: Auto enable bluetooth This behavior has been changed recently it seems as bluetooth stopped automatically starting, this reverts the behavior.
1 files changed, 3 insertions(+), 1 deletions(-) M config.scm
M config.scm => config.scm +3 -1
@@ 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)))