programs.mods.settings

Home-Manager option

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