nixosTests.cosmic-autologin-noxwayland: init

This commit is contained in:
Pratham Patel
2025-04-07 20:18:46 +05:30
committed by Masum Reza
parent 64627fbbb2
commit d4afb70293
+6
View File
@@ -357,6 +357,12 @@ in
_module.args.enableAutologin = false;
_module.args.enableXWayland = false;
};
cosmic-autologin-noxwayland = runTest {
imports = [ ./cosmic.nix ];
_module.args.testName = "cosmic-autologin-noxwayland";
_module.args.enableAutologin = true;
_module.args.enableXWayland = false;
};
coturn = handleTest ./coturn.nix { };
couchdb = handleTest ./couchdb.nix { };
crabfit = handleTest ./crabfit.nix { };