This commit is contained in:
mjallen18
2025-06-05 11:19:40 -05:00
parent 42d1b6fb20
commit 4ccca75473
8 changed files with 287 additions and 36 deletions

View File

@@ -61,4 +61,15 @@ in
zsh.shellAliases = shellAliases;
};
# services.nixai = {
# enable = true;
# mcp = {
# enable = true;
# # Optional: custom socket path (uses `$HOME` expansion)
# socketPath = "$HOME/.local/share/nixai/mcp.sock";
# };
# # Optional: integrate with VS Code
# vscodeIntegration = true;
# };
}