nixosTests.cosmic-autologin: init

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