programs.direnv.settings

Direnv configuration. Refer to direnv.toml(1).

Type
TOML value
Default
{ }
Example
{
  global = {
    log_format = "-";
    log_filter = "^$";
  };
}
Declared
<nix-darwin/modules/programs/direnv.nix>