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 valueDefault
{ }Example
declared in: <home-manager/modules/programs/mods.nix>source unavailable'' { default-model = "llama3.2"; apis = { ollama = { base-url = "http://localhost:11434/api"; models = { "llama3.2" = { max-input-chars = 650000; }; }; }; }; } ''