services: sddm: Add description.

* gnu/services/sddm.scm (sddm-service-type)[description]: New field.
This commit is contained in:
Ludovic Courtès 2019-10-21 15:58:48 +02:00
parent 8cf3e167c1
commit cfe8d8063b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -318,7 +318,10 @@ (define sddm-service-type
(const %sddm-accounts))
(service-extension profile-service-type
sddm-profile-service)))
(default-value (sddm-configuration))))
(default-value (sddm-configuration))
(description
"Run SDDM, a display and log-in manager for X11 and
Wayland.")))
(define-deprecated (sddm-service #:optional (config (sddm-configuration)))
sddm-service-type