mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: gdm: Enable wayland by default.
* gnu/services/xorg.scm (<gdm-configuration>): Change the default value for wayland? from '#f' to '#t'. Change-Id: Ic966dfc462b1140894aa6c38c23e229d6252d340 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
57308dff66
commit
06d01c610e
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ (define-record-type* <gdm-configuration>
|
|||
(default (xinitrc)))
|
||||
(xdmcp? gdm-configuration-xdmcp?
|
||||
(default #f))
|
||||
(wayland? gdm-configuration-wayland? (default #f))
|
||||
(wayland? gdm-configuration-wayland? (default #t))
|
||||
(wayland-session gdm-configuration-wayland-session
|
||||
(default gdm-wayland-session-wrapper)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue