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

Whether to enable the Ion Shell. Compatible with Redox and Linux.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.ion.package

The ion package to use.

Type: package

Default:

pkgs.ion

Declared by:

programs.ion.initExtra

Ion script which is called during ion initialization.

Type: strings concatenated with ā€œ\nā€

Default:

""

Declared by:

programs.ion.shellAliases

An attribute set that maps aliases (the top level attribute names in this option) to command strings or directly to build outputs.

Type: attribute set of string

Default:

{ }

Example:

{
  g = "git";
}

Declared by: