nixosTests.cosmic-noxwayland: init

authored by Pratham Patel and committed by Masum Reza 64627fbb 3dde381d

+6
+6
nixos/tests/all-tests.nix
··· 351 351 _module.args.enableAutologin = true; 352 352 _module.args.enableXWayland = true; 353 353 }; 354 + cosmic-noxwayland = runTest { 355 + imports = [ ./cosmic.nix ]; 356 + _module.args.testName = "cosmic-noxwayland"; 357 + _module.args.enableAutologin = false; 358 + _module.args.enableXWayland = false; 359 + }; 354 360 coturn = handleTest ./coturn.nix { }; 355 361 couchdb = handleTest ./couchdb.nix { }; 356 362 crabfit = handleTest ./crabfit.nix { };