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.

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";
  };
}
Declared
<home-manager/modules/programs/intelli-shell.nix>