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.terminator.enable

Whether to enable terminator, a tiling terminal emulator.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.terminator.package

The terminator package to use.

Type: package

Default:

pkgs.terminator

Declared by:

programs.terminator.config

configuration for terminator.

For a list of all possible options refer to the terminator_config(5) man page.

Type: attribute set of anything

Default:

{ }

Example:

{
  global_config.borderless = true;
  profiles.default.background_color = "#002b36";
}

Declared by: