diff options
-rw-r--r-- | desktop.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |