1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/gdm: enable nvidiaWayland by default

This commit is contained in:
Fabián Heredia Montiel 2021-11-23 10:59:51 -06:00
parent 9ef72b907c
commit 539811a4d3

View file

@ -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.