programs.uv.settings

Configuration written to $XDG_CONFIG_HOME/uv/uv.toml. See https://docs.astral.sh/uv/configuration/files/ and https://docs.astral.sh/uv/reference/settings/ for more information.

Type
TOML value
Default
{ }
Example
{
  python-downloads = "never";
  python-preference = "only-system";
  pip.index-url = "https://test.pypi.org/simple";
}
Declared
<home-manager/modules/programs/uv.nix>