programs.bun.settings

Configuration written to $XDG_CONFIG_HOME/.bunfig.toml.

See https://bun.sh/docs/runtime/bunfig for the full list of options.

Type
TOML value
Default
{ }
Example
{
  smol = true;
  telemetry = false;
  test = {
    coverage = true;
    coverageThreshold = 0.9;
  };
  install.lockfile = {
    print = "yarn";
  };
}
Declared
<home-manager/modules/programs/bun.nix>