diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-02-16 09:25:00 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-16 09:25:00 +0200 |
commit | 3c6aca4232d1a3638ec962bc7afe9121626c43ec (patch) | |
tree | 8587fb6145e5baa4e90504347a7ac4554857147e /gnu/services | |
parent | 4530fe8ecca456fcc7226914502ad452c33ce27b (diff) |
doc: Fix typo.
* doc/guix.texi (X Window)[sddm-service-type]: SSDM -> SDDM typo fix.
[sddm-configuration]: Also list 'maya' theme.
* gnu/services/sddm.scm (sddm-service): Fix typo in doc string.
(sddm-configuration): Also list 'maya' theme.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/sddm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm index ac8c9a8403..473b4876a1 100644 --- a/gnu/services/sddm.scm +++ b/gnu/services/sddm.scm @@ -56,7 +56,7 @@ (default (file-append shepherd "/sbin/reboot"))) ;; [Theme] - ;; valid values are elarun or maldives + ;; valid values are elarun, maldives or maya (theme sddm-configuration-theme (default "maldives")) (themes-directory sddm-configuration-themes-directory @@ -325,6 +325,6 @@ Wayland."))) (define-deprecated (sddm-service #:optional (config (sddm-configuration))) sddm-service-type - "Run the @uref{https://github.com/sddm/sddm,SSDM display manager} + "Run the @uref{https://github.com/sddm/sddm,SDDM display manager} with the given @var{config}, a @code{<sddm-configuration>} object." (service sddm-service-type config)) |