nixosTests.cosmic-noxwayland: init

This commit is contained in:
Pratham Patel
2025-04-07 20:18:46 +05:30
committed by Masum Reza
parent 3dde381d9d
commit 64627fbbb2
+6
View File
@@ -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 { };