diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-10-21 15:58:48 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-21 18:16:16 +0200 |
| commit | cfe8d8063b5d79fc91eb757c2020244e239b77b3 (patch) | |
| tree | d454afefee6eb6a5a60c32c06dae8ed9a4756b42 /gnu | |
| parent | 8cf3e167c15a0dba3166cbeee46d41f26cbf75f1 (diff) | |
services: sddm: Add description.
* gnu/services/sddm.scm (sddm-service-type)[description]: New field.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/sddm.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm index c89c0c68bc7..ac8c9a84036 100644 --- a/gnu/services/sddm.scm +++ b/gnu/services/sddm.scm | |||
| @@ -318,7 +318,10 @@ Relogin=" (if (sddm-configuration-relogin? config) | |||
| 318 | (const %sddm-accounts)) | 318 | (const %sddm-accounts)) |
| 319 | (service-extension profile-service-type | 319 | (service-extension profile-service-type |
| 320 | sddm-profile-service))) | 320 | sddm-profile-service))) |
| 321 | (default-value (sddm-configuration)))) | 321 | (default-value (sddm-configuration)) |
| 322 | (description | ||
| 323 | "Run SDDM, a display and log-in manager for X11 and | ||
| 324 | Wayland."))) | ||
| 322 | 325 | ||
| 323 | (define-deprecated (sddm-service #:optional (config (sddm-configuration))) | 326 | (define-deprecated (sddm-service #:optional (config (sddm-configuration))) |
| 324 | sddm-service-type | 327 | sddm-service-type |
