summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-03-23 12:54:23 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-03-23 12:54:23 +0100
commite839fe49c3febfcc892e7c12189aeef56cc8b4c7 (patch)
tree025563f69105790969bd6e696d4263a70f0a4109
parent11c9b6f51149c7f27025273acf6585cfac54d849 (diff)
Use modern way to configure bluetooth
-rw-r--r--desktop.scm3
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)