summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2026-03-26 12:11:55 +0800
committerHilton Chain <hako@ultrarare.space>2026-07-06 16:08:21 +0800
commit7a9d01dce758b0916bf8b0ac8a972f849f4bf31d (patch)
tree996270d9ada2237997c43ab46bd48a61621ad088 /doc
parent096008d00c10464bd3db726f24b629b3634835d7 (diff)
services: sddm: Use sddm-qt5 by default.
This improves out-of-box experience of the service, since the default theme only supports sddm-qt5. * gnu/services/sddm.scm (<sddm-configuration>) [sddm]: Use sddm-qt5. * doc/guix.texi (X Window) [sddm-configuration]: Adjust accordingly. Change-Id: I97825751fc230b41fbc3d5d1ae86eb2408c4dc29 Merges: #7480
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index c25a30701f9..2170df62103 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25995,14 +25995,9 @@ This data type represents the configuration of the SDDM login manager.
25995The available fields are: 25995The available fields are:
25996 25996
25997@table @asis 25997@table @asis
25998@item @code{sddm} (default: @code{sddm}) 25998@item @code{sddm} (default: @code{sddm-qt5})
25999The SDDM package to use. 25999The SDDM package to use.
26000 26000
26001@quotation Note
26002sddm has Qt6 enabled by default. If you want to still use a Qt5 theme,
26003you need to set it to @code{sddm-qt5}.
26004@end quotation
26005
26006@item @code{display-server} (default: "x11") 26001@item @code{display-server} (default: "x11")
26007Select display server to use for the greeter. Valid values are 26002Select display server to use for the greeter. Valid values are
26008@samp{"x11"} or @samp{"wayland"}. 26003@samp{"x11"} or @samp{"wayland"}.