Commit d4afb702 authored by Pratham Patel's avatar Pratham Patel Committed by Masum Reza
Browse files

nixosTests.cosmic-autologin-noxwayland: init

parent 64627fbb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 { };