Merge pull request #147153 from LibreCybernetics/enable-nvidia-wayland-on-gdm-by-default

nixos/gdm: enable nvidiaWayland by default
This commit is contained in:
Kevin Cox
2021-11-29 17:15:06 -05:00
committed by GitHub
@@ -83,14 +83,14 @@ in
default = true;
description = ''
Allow GDM to run on Wayland instead of Xserver.
Note to enable Wayland with Nvidia you need to
enable the <option>nvidiaWayland</option>.
Note to enable Wayland with Nvidia the <option>nvidiaWayland</option>
must not be disabled.
'';
};
nvidiaWayland = mkOption {
type = types.bool;
default = false;
default = true;
description = ''
Whether to allow wayland to be used with the proprietary
NVidia graphics driver.