about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-02-18 20:40:53 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2023-02-18 20:40:53 +0100
commit0de3431e303e372e509f37479e856c23de6ecc18 (patch)
treebb4d2a91ef5feeab2172a828212679ae476ee6e6 /nixos/tests
parentb2a74bc0ab17f32532318e80b32e0759583a287a (diff)
tests/miriway: Explicitly enable X11 for XWayland testing
Works fine without, but just in case
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/miriway.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/miriway.nix b/nixos/tests/miriway.nix
index 2ddac4cc61de9..d0d9f16d40f95 100644
--- a/nixos/tests/miriway.nix
+++ b/nixos/tests/miriway.nix
@@ -33,6 +33,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
       enable = true;
       config = ''
         add-wayland-extensions=all
+        enable-x11=
 
         ctrl-alt=t:foot --maximized
         ctrl-alt=a:env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY=invalid alacritty --option window.startup_mode=maximized