MyNixOS website logo
option

programs.intelli-shell.settings

Configuration settings for intelli-shell. You can see all the available options here: https://github.com/lasantosr/intelli-shell/blob/main/default_config.toml.

Declarations
Type
TOML value
Default
{ }
Example
{
  check_updates = false;
  data_dir = "/home/myuser/my/custom/datadir";
  logs = {
    enabled = false;
  };
  theme = {
    accent = "yellow";
    comment = "italic green";
    error = "dark red";
    highlight = "darkgrey";
    highlight_accent = "yellow";
    highlight_comment = "italic green";
    highlight_primary = "default";
    highlight_secondary = "default";
    highlight_symbol = "» ";
    primary = "default";
    secondary = "dim";
  };
}