programs.poetry.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/pypoetry/config.toml on Linux or $HOME/Library/Application Support/pypoetry/config.toml on Darwin. See https://python-poetry.org/docs/configuration/ for more information.

type: TOML value
Default
{ }
Example
{ virtualenvs.create = true; virtualenvs.in-project = true; }
declared in: <home-manager/modules/programs/poetry.nix>source unavailable