MyNixOS website logo
option

programs.macos-terminal.preferences

Options controlling how Terminal.app preferences are applied and managed.

Declarations
Type
submodule
Default
{ }
Example
''
  {
    importSettings = true;
    writeFile = false;
  }
''