MyNixOS website logo
option

programs.t3code.clientSettings

Configuration written to t3code's client-settings.json.

Declarations
Type
JSON value
Default
{ }
Example
{
  settings = {
    favorites = [
      {
        model = "gpt-5.5";
        provider = "codex";
      }
    ];
    sidebarProjectGroupingMode = "repository";
    timestampFormat = "locale";
  };
}