programs.bun.settings
Home-Manager option
Configuration written to $XDG_CONFIG_HOME/.bunfig.toml. See https://bun.sh/docs/runtime/bunfig for the full list of options.
type: TOML valueDefault
{ }Example
declared in: <home-manager/modules/programs/bun.nix>source unavailable{ smol = true; telemetry = false; test = { coverage = true; coverageThreshold = 0.9; }; install.lockfile = { print = "yarn"; }; }