Created
November 15, 2020 16:33
-
-
Save SCOTT-HAMILTON/d4a00105b641019d8fd54d93b25d3894 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix | |
index 7e301be49d1..e44331ac2cd 100644 | |
--- a/nixos/tests/gnome3.nix | |
+++ b/nixos/tests/gnome3.nix | |
@@ -14,6 +14,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : { | |
services.xserver.displayManager = { | |
gdm.enable = true; | |
gdm.debug = true; | |
+ gdm.nvidiaWayland = true; | |
autoLogin = { | |
enable = true; | |
user = "alice"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment