summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2021-10-02 16:51:34 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-10-02 17:24:00 +0000
commitdb4681a4c17d282a661552f2f57e5c453d02e414 (patch)
tree876ee44be90f13572f3fbc72896ff6153d25a3b9 /doc
parent5c3f0c3e03757b6653f4c2386a526a2d9d6532f7 (diff)
services: gdm: Add Wayland support.
* gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm): Use it. * gnu/services/xorg.scm (<gdm-configuration>)[wayland-session]: New field. (gdm-wayland-session-wrapper): New procedure. (gdm-configuration-file): Point to this new procedure. * doc/guix.texi (X Window): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 6d925a44b8..d92c85727b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18309,6 +18309,10 @@ The GDM package to use.
@item @code{wayland?} (default: @code{#f})
When true, enables Wayland in GDM, necessary to use Wayland sessions.
+
+@item @code{wayland-session} (default: @code{gdm-wayland-session-wrapper})
+The Wayland session wrapper to use, needed to setup the
+environment.
@end table
@end deftp