darwin_options_by_prefix
Retrieve a list of nix-darwin configuration options matching a specified prefix. Ideal for exploring options within categories or identifying exact option names with descriptions.
Instructions
Get nix-darwin options matching a specific prefix.
Useful for browsing options under a category or finding exact option names.
Args: option_prefix: The prefix to match (e.g., 'system.defaults' or 'services')
Returns: Plain text list of options with the given prefix, including descriptions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
option_prefix | Yes |