chore: remaining cleanup changes

This commit is contained in:
2026-04-16 08:20:00 +02:00
parent 853c644446
commit 8feaaa2845
11 changed files with 25 additions and 25 deletions

View File

@@ -76,7 +76,10 @@ in {
mcpServers = mkOption {
type = types.attrsOf types.anything;
default = if mcpCfg != null then mcpCfg.servers else {};
default =
if mcpCfg != null
then mcpCfg.servers
else {};
defaultText = literalExpression "config.programs.mcp.servers";
description = ''
MCP server configurations for Claude Code.