From 539811a4d3c680c21a4d493e79048c5aea8fb8bf Mon Sep 17 00:00:00 2001 From: Fabián Heredia Montiel Date: Tue, 23 Nov 2021 10:59:51 -0600 Subject: nixos/gdm: enable nvidiaWayland by default --- nixos/modules/services/x11/display-managers/gdm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix index e036c684c886..6f0d645725e9 100644 --- a/nixos/modules/services/x11/display-managers/gdm.nix +++ b/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 . + Note to enable Wayland with Nvidia the + 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. -- cgit 1.4.1