optnix
An options searcher for Nix module systems.
Introduction
optnix is a fast, terminal-based options searcher for Nix module systems.

There are multiple module systems that Nix users use on a daily basis:
And their documentation can be hard to look for. Not to mention, any external
options from imported modules can be impossible to find without reading source
code. optnix can solve that problem for you, and allows you to inspect their
values if possible; just like nix repl in most cases, but better.
There is a website for high-level documentation available at
https://water-sucks.github.io/optnix.
Integrations
optnix can be used as a Go library, and is used as such in the following
applications.
optnix is used as a library in the nixos option subcommand of nixos-cli.
nixos option requires zero configuration for discovery of NixOS options.