diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index df22707356e6..b1e7639b9bc7 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -339,6 +339,12 @@ in containers-unified-hierarchy = handleTest ./containers-unified-hierarchy.nix { }; convos = handleTest ./convos.nix { }; corerad = handleTest ./corerad.nix { }; + cosmic = runTest { + imports = [ ./cosmic.nix ]; + _module.args.testName = "cosmic"; + _module.args.enableAutologin = false; + _module.args.enableXWayland = true; + }; coturn = handleTest ./coturn.nix { }; couchdb = handleTest ./couchdb.nix { }; crabfit = handleTest ./crabfit.nix { };