diff --git a/options.html b/options.html index 0f7040295..3ada9837e 100644 --- a/options.html +++ b/options.html @@ -8766,6 +8766,22 @@ attribute set of (string or signed integer or boolean)

Declared by:

<home-manager/modules/programs/readline.nix> +
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:

+<home-manager/modules/programs/rio.nix> +
programs.rio.package

The rio package to use.

Type: +package

Default: +pkgs.rio

Declared by:

+<home-manager/modules/programs/rio.nix> +
programs.rio.settings

Configuration written to <filename>$XDG_CONFIG_HOME/rio/config.toml</filename> on Linux or +<filename>$HOME/Library/Application Support/rio/config.toml</filename> on Darwin. See +<link xlink:href=“https://raphamorim.io/rio/docs/#configuration-file”/> for options.

Type: +TOML value

Default: +{ }

Declared by:

+<home-manager/modules/programs/rio.nix>
programs.ripgrep.enable

Whether to enable Ripgrep.

Type: boolean

Default: false

Example: