programs.yarn.settings

Available configuration options for yarn see: https://yarnpkg.com/configuration/yarnrc

Type
YAML 1.1 value
Default
{ }
Example
{
  httpProxy = "http://proxy.example.org:3128";
  httpsProxy = "http://proxy.example.org:3128";
}
Declared
<home-manager/modules/programs/yarn>