services: Include ModemManager in %desktop-services.
* gnu/services/desktop.scm (%desktop-services): Add modem-manager-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
06c7b1f614
commit
36f5d78d4a
|
@ -1066,6 +1066,7 @@ dispatches events from it.")))
|
|||
(simple-service 'network-manager-applet
|
||||
profile-service-type
|
||||
(list network-manager-applet))
|
||||
(service modem-manager-service-type)
|
||||
|
||||
;; The D-Bus clique.
|
||||
(service avahi-service-type)
|
||||
|
|
Loading…
Reference in New Issue