| name | home-manager |
| description | Search published Home Manager options without local Nix evaluation. |
| compatibility | Requires curl, gawk, jq, and network access to nix-community.github.io. |
Home Manager Skill
Use for authoritative Home Manager option docs from the published options page:
https://nix-community.github.io/home-manager/options.xhtml.
Search options
./scripts/search-options.sh QUERY [LIMIT]
./scripts/search-options.sh firefox 20
Returns a compact JSON array with:
name
description
type_info
default_value
declared_by
Matching is case-insensitive and checks option names. Descriptions are truncated to keep output small.
Notes
- Results track the currently published manual, not an arbitrary git ref.
- HTML parsing is best-effort and may need updates if upstream markup changes.