diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 0ee231fcd03f..7104bdef541f 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -351,6 +351,12 @@ in _module.args.enableAutologin = true; _module.args.enableXWayland = true; }; + cosmic-noxwayland = runTest { + imports = [ ./cosmic.nix ]; + _module.args.testName = "cosmic-noxwayland"; + _module.args.enableAutologin = false; + _module.args.enableXWayland = false; + }; coturn = handleTest ./coturn.nix { }; couchdb = handleTest ./couchdb.nix { }; crabfit = handleTest ./crabfit.nix { };