programs.aider-chat.settings

Configuration settings for aider-chat. All the available options can be found here: https://aider.chat/docs/config/aider_conf.html#sample-yaml-config-file.

Type
YAML 1.1 value
Default
{ }
Example
{
  architect = true;
  auto-accept-architect = false;
  cache-prompts = true;
  check-model-accepts-settings = false;
  dark-mode = true;
  dirty-commits = false;
  lint = true;
  show-model-warnings = false;
  verify-ssl = false;
}
Declared
<home-manager/modules/programs/aider-chat.nix>