programs.intelli-shell.settings

Home-Manager option

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 in: <home-manager/modules/programs/intelli-shell.nix>source unavailable