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 value
Default
{ }
Example
{ smol = true; telemetry = false; test = { coverage = true; coverageThreshold = 0.9; }; install.lockfile = { print = "yarn"; }; }
declared in: <home-manager/modules/programs/bun.nix>source unavailable