mcp-nixos

by utensils
Verified

home_manager_options_by_prefix

Retrieve and display all Home Manager configuration options filtered by a specified prefix, such as "programs" or "programs.git", for precise system setup guidance.

Instructions

Get all Home Manager options under a specific prefix.

Args: option_prefix: The option prefix to search for (e.g., "programs", "programs.git") Returns: Formatted list of options under the given prefix

Input Schema

NameRequiredDescriptionDefault
ctxYes
option_prefixYes

Input Schema (JSON Schema)

{ "properties": { "ctx": { "title": "ctx", "type": "string" }, "option_prefix": { "title": "Option Prefix", "type": "string" } }, "required": [ "ctx", "option_prefix" ], "title": "home_manager_options_by_prefixArguments", "type": "object" }
ID: j13wrfj9az