programs.mods.settings
Configuration written to $XDG_CONFIG_HOME/mods/mods.yml.
See https://github.com/charmbracelet/mods/blob/main/config_template.yml for the full list of options.
- Type
YAML 1.1 value- Default
{ }- Example
'' { default-model = "llama3.2"; apis = { ollama = { base-url = "http://localhost:11434/api"; models = { "llama3.2" = { max-input-chars = 650000; }; }; }; }; } ''- Declared
- <home-manager/modules/programs/mods.nix>