Skip to content

Instantly share code, notes, and snippets.

@SCOTT-HAMILTON
Created November 15, 2020 16:33
Show Gist options
  • Save SCOTT-HAMILTON/d4a00105b641019d8fd54d93b25d3894 to your computer and use it in GitHub Desktop.
Save SCOTT-HAMILTON/d4a00105b641019d8fd54d93b25d3894 to your computer and use it in GitHub Desktop.
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