nixosTests.cosmic-autologin-noxwayland: init

authored by Pratham Patel and committed by Masum Reza d4afb702 64627fbb

+6
+6
nixos/tests/all-tests.nix
··· 357 357 _module.args.enableAutologin = false; 358 358 _module.args.enableXWayland = false; 359 359 }; 360 + cosmic-autologin-noxwayland = runTest { 361 + imports = [ ./cosmic.nix ]; 362 + _module.args.testName = "cosmic-autologin-noxwayland"; 363 + _module.args.enableAutologin = true; 364 + _module.args.enableXWayland = false; 365 + }; 360 366 coturn = handleTest ./coturn.nix { }; 361 367 couchdb = handleTest ./couchdb.nix { }; 362 368 crabfit = handleTest ./crabfit.nix { };