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: