diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index a762b7b68db5..60161b80b965 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -77,6 +77,7 @@ let tests = { sakura.pkg = p: p.sakura; st.pkg = p: p.st; + st.kill = true; stupidterm.pkg = p: p.stupidterm; stupidterm.cmd = "stupidterm -- $command";