summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorRaven Hallsby <karl@hallsby.com>2024-12-28 16:09:51 -0600
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2025-01-16 00:38:14 +0800
commit9d7a9b6dc655ec6dd3cdb6f50fea1ca98f12fb8d (patch)
tree9a0b1722786363b2d03ba0f02755ac5ccf42bc29 /gnu/services
parenteb2092db0f22c56c347fca1eff07d1dd9fc2c441 (diff)
service: plasma: Allow access bluetooth devices in "System Settings".
This adds the Bluetooth section back to KDE Plasma 6's System Settings menu. * gnu/packages/kde-plasma.scm (bluedevil): Propagate bluez-qt. * gnu/packages/kde-plasma.scm (plasma)[inputs]: Add bluedevil. * gnu/services/desktop.scm (plasma-dbus-service): Add bluedevil as dbus-based application. Change-Id: If6a740c88e81bac4ccc220e918c17045eaa8e597
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 2e9fa1be7d1..c18c12a8b84 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 45mg <45mg.writes@gmail.com>
+;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1862,6 +1863,7 @@ rules."
"libksysguard"
"ktexteditor"
"powerdevil"
+ "bluedevil"
"kwallet"
"plasma-firewall"))))