nixosTests.cosmic: init

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