services: sddm: Add description.
* gnu/services/sddm.scm (sddm-service-type)[description]: New field.master
parent
8cf3e167c1
commit
cfe8d8063b
|
@ -318,7 +318,10 @@ Relogin=" (if (sddm-configuration-relogin? config)
|
||||||
(const %sddm-accounts))
|
(const %sddm-accounts))
|
||||||
(service-extension profile-service-type
|
(service-extension profile-service-type
|
||||||
sddm-profile-service)))
|
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)))
|
(define-deprecated (sddm-service #:optional (config (sddm-configuration)))
|
||||||
sddm-service-type
|
sddm-service-type
|
||||||
|
|
Reference in New Issue