homebrew.extraConfig
Extra lines to be added verbatim to the bottom of the generated Brewfile.
- Type
strings concatenated with "\n"- Default
""- Example
'' # 'brew cask install' only if '/usr/libexec/java_home --failfast' fails cask "java" unless system "/usr/libexec/java_home --failfast" ''- Declared
- <nix-darwin/modules/homebrew.nix>