nixos/gdm: enable nvidiaWayland by default

main
Fabián Heredia Montiel 3 years ago
parent 9ef72b907c
commit 539811a4d3
  1. 6
      nixos/modules/services/x11/display-managers/gdm.nix

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

Loading…
Cancel
Save