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 valueDefault
{ }Example
declared in: <home-manager/modules/programs/poetry.nix>source unavailable{ virtualenvs.create = true; virtualenvs.in-project = true; }