diff --git a/options.xhtml b/options.xhtml index 15e5bc314..f52341b05 100644 --- a/options.xhtml +++ b/options.xhtml @@ -17056,6 +17056,95 @@ YAML 1.1 value
+programs.aider-chat.enable
+
+
+Whether to enable aider-chat.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/aider-chat.nix>
+
+ |
programs.aider-chat.package
+
+
+The aider-chat package to use.
+ +Type: +null or package
+ +Default:
+pkgs.aider-chat
Declared by:
+
+
+<home-manager/modules/programs/aider-chat.nix>
+
+ |
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 by:
+
+
+<home-manager/modules/programs/aider-chat.nix>
+
+ |
programs.airlift.enable