mcp-nixos

by utensils
Verified

home_manager_info

Retrieve detailed information about a Home Manager option by specifying its name. This tool provides accurate, formatted text to assist with NixOS system configuration.

Instructions

Get detailed information about a Home Manager option.

Args: name: The name of the option Returns: Detailed information formatted as text

Input Schema

NameRequiredDescriptionDefault
ctxYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "ctx": { "title": "ctx", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "ctx", "name" ], "title": "home_manager_infoArguments", "type": "object" }
ID: j13wrfj9az