MyNixOS website logo
option

programs.pi-coding-agent.configDir

Directory holding Pi Coding Agent's configuration files.

Defaults to ~/.pi/agent, matching the upstream pi CLI default. The PI_CODING_AGENT_DIR environment variable is exported automatically whenever the directory differs from this default so the CLI reads configuration from the same location.

Declarations
Type
string
Default
"${config.home.homeDirectory}/.pi/agent"
Example
"${config.xdg.configHome}/pi/agent"