programs.bun.enable
Whether to enable Bun JavaScript runtime.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.bun.enableGitIntegration
Whether to enable Git integration.
Type: boolean
Default:
true
Example:
true
Declared by:
programs.bun.package
The bun package to use.
Type: null or package
Default:
pkgs.bun
Declared by:
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:
{
install = {
lockfile = {
print = "yarn";
};
};
smol = true;
telemetry = false;
test = {
coverage = true;
coverageThreshold = 0.9;
};
}
Declared by: