diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-26 12:11:55 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-07-06 16:08:21 +0800 |
| commit | 7a9d01dce758b0916bf8b0ac8a972f849f4bf31d (patch) | |
| tree | 996270d9ada2237997c43ab46bd48a61621ad088 | |
| parent | 096008d00c10464bd3db726f24b629b3634835d7 (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
| -rw-r--r-- | doc/guix.texi | 7 | ||||
| -rw-r--r-- | gnu/services/sddm.scm | 2 |
2 files changed, 2 insertions, 7 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. | |||
| 25995 | The available fields are: | 25995 | The 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}) |
| 25999 | The SDDM package to use. | 25999 | The SDDM package to use. |
| 26000 | 26000 | ||
| 26001 | @quotation Note | ||
| 26002 | sddm has Qt6 enabled by default. If you want to still use a Qt5 theme, | ||
| 26003 | you 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") |
| 26007 | Select display server to use for the greeter. Valid values are | 26002 | Select display server to use for the greeter. Valid values are |
| 26008 | @samp{"x11"} or @samp{"wayland"}. | 26003 | @samp{"x11"} or @samp{"wayland"}. |
diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm index d8d14b5af32..00d71dfb663 100644 --- a/gnu/services/sddm.scm +++ b/gnu/services/sddm.scm | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | sddm-configuration make-sddm-configuration | 44 | sddm-configuration make-sddm-configuration |
| 45 | sddm-configuration? | 45 | sddm-configuration? |
| 46 | (sddm sddm-configuration-sddm | 46 | (sddm sddm-configuration-sddm |
| 47 | (default sddm)) | 47 | (default sddm-qt5)) |
| 48 | 48 | ||
| 49 | ;; [General] | 49 | ;; [General] |
| 50 | ;; valid values are x11 and wayland | 50 | ;; valid values are x11 and wayland |
