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

Enable Rio, a terminal built to run everywhere, as a native desktop applications by Rust/WebGPU or even in the browsers powered by WebAssembly/WebGPU.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.rio.package

The rio package to use.

Type: null or package

Default:

pkgs.rio

Declared by:

programs.rio.settings

Configuration written to $XDG_CONFIG_HOME/rio/config.toml. See https://raphamorim.io/rio/docs/#configuration-file for options.

Type: TOML value

Default:

{ }

Declared by:

programs.rio.themes

Theme files written to $XDG_CONFIG_HOME/rio/themes/. See https://rioterm.com/docs/config#building-your-own-theme for supported values.

Type: attribute set of (TOML value or absolute path)

Default:

{ }

Example:

{
  foobar.colors = {
    background = "#282a36";
    green = "#50fa7b";
    dim-green = "#06572f";
  };
}

Declared by: