What problem does it solve?
Manually searching for NixOS or Home Manager module options, their types, descriptions, and examples can be a time-consuming interruption to your workflow. This Skill automates that lookup process, providing immediate, accurate information directly from your flake.
Core Features & Use Cases
- Programmatic Option Query: Quickly check for the existence of an option, retrieve its full documentation (including type, description, default value, and examples), or list all available options within a specific category.
- Upstream Purity: Queries directly from official NixOS and Home Manager module lists, ensuring you get accurate, untainted information without including custom user modules.
- Performance & Offline Access: Leverages pre-evaluated flake-parts arguments for fast, offline queries, eliminating the need for web searches or external tools.
- Use Case: You're configuring a new service and need to know if
services.nginx.enable exists and what its default value is. Or, you want to see all available programs.* options in Home Manager to discover new tools. This Skill provides answers instantly.
Quick Start
Check if the programs.duf option exists in Home Manager and provide its full documentation if it does.