3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Florian Pelz 2019-05-13 22:51:28 +02:00 committed by Ludovic Courtès
parent 06c7b1f614
commit 36f5d78d4a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)