Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.amber.enable

Whether to enable amber.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.amber.package

The amber package to use.

Type: null or package

Default:

pkgs.amber

Declared by:

programs.amber.ambrSettings

Configuration settings for amber’s ambr tool. All the available options can be found here: https://github.com/dalance/amber?tab=readme-ov-file#configurable-value.

Type: TOML value

Default:

{ }

Example:

{
  interactive = false;
  regex = true;
  row = true;
  statistics = true;
}

Declared by:

programs.amber.ambsSettings

Configuration settings for amber’s ambs tool. All the available options can be found here: https://github.com/dalance/amber?tab=readme-ov-file#configurable-value.

Type: TOML value

Default:

{ }

Example:

{
  binary = true;
  column = true;
  recursive = false;
  skipped = true;
}

Declared by: