~ruther/guix-config

fc009cebc567076def91c05cad6764761287c5db — Rutherther 6 days ago 8fe0d83
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)))

Do not follow this link