From bf5772bd8adfb844eb339c3e9d054bfde8ce955c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 7 Jun 2025 04:29:32 +0900 Subject: nix: deduplicate home-manager merging This becomes a problem when extraHomeConfig defines nixos module options. Signed-off-by: Ophestra --- test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index b912d6ef..4b67b6fd 100644 --- a/test/test.py +++ b/test/test.py @@ -206,9 +206,9 @@ machine.wait_until_fails("pgrep foot", timeout=5) # Test XWayland (foot does not support X): swaymsg("exec x11-alacritty") -wait_for_window(f"u0_a{aid(2)}@machine") +wait_for_window(f"u0_a{aid(0)}@machine") machine.send_chars("clear; glinfo && touch /tmp/x11-ok\n") -machine.wait_for_file(tmpdir_path(2, "x11-ok"), timeout=15) +machine.wait_for_file(tmpdir_path(0, "x11-ok"), timeout=15) collect_state_ui("alacritty_x11") check_state("x11-alacritty", 2) machine.send_chars("exit\n") -- cgit v1.3.1