diff options
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index cfbb106697..a1486f7fdc 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2020, 2023, 2024 Zheng Junjie <[email protected]> ;;; Copyright © 2022 Brendan Tildesley <[email protected]> ;;; Copyright © 2022 Petr Hodina <[email protected]> +;;; Copyright © 2024 Raven Hallsby <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -123,9 +124,10 @@ ki18n kio kdeclarative - bluez-qt shared-mime-info qtdeclarative)) + (propagated-inputs + (list bluez-qt)) (synopsis "Manage the Bluetooth settings from Plasma") (description "This package provides Bluetooth manager for Plasma Shell.") @@ -1755,6 +1757,7 @@ on top of Baloo.") plasma-nm plasma-pa plasma-systemmonitor + bluedevil ;; plasma-thunderbolt ;; waiting for bolt kglobalaccel kglobalacceld |