From 64627fbbb283b3370a66a6478a46d8c6a260f033 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 6 Apr 2025 13:23:43 +0530 Subject: [PATCH] nixosTests.cosmic-noxwayland: init --- nixos/tests/all-tests.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 { };