mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: sddm: Add description.
* gnu/services/sddm.scm (sddm-service-type)[description]: New field.
This commit is contained in:
parent
8cf3e167c1
commit
cfe8d8063b
1 changed files with 4 additions and 1 deletions
|
@ -318,7 +318,10 @@ (define sddm-service-type
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue