| homebrew.caskArgs | Arguments passed to brew install --cask for all casks listed in
homebrew.casks.
|
| homebrew.extraConfig | Extra lines to be added verbatim to the bottom of the generated Brewfile.
|
| homebrew.prefix | The Homebrew prefix directory, i.e., the value that brew --prefix returns
|
| homebrew.taps | List of Homebrew formula repositories to tap
|
| homebrew.brews | List of Homebrew formulae to install
|
| homebrew.global | Options for configuring the behavior of Homebrew commands when you manually invoke them.
|
| homebrew.enableZshIntegration | Whether to enable Homebrew Zsh shell integration, which sets up Homebrew's environment
and shell completions
.
|
| homebrew.masApps | Applications to install from Mac App Store using mas
|
| homebrew.enableFishIntegration | Whether to enable Homebrew Fish shell integration, which sets up Homebrew's environment
and shell completions
.
|
| homebrew.goPackages | List of Go packages to install using go install
|
| homebrew.vscode | List of Visual Studio Code extensions to install using Homebrew Bundle
|
| homebrew.onActivation | Options for configuring the behavior of the brew bundle command that
nix-darwin runs during system activation.
|
| homebrew.greedyCasks | Whether to always upgrade casks listed in homebrew.casks regardless
of whether it's unversioned or it updates itself
|
| homebrew.casks | List of Homebrew casks to install
|
| homebrew.user | The user that owns the Homebrew installation
|
| homebrew.cargoPackages | List of Rust packages to install using cargo install
|
| homebrew.enableBashIntegration | Whether to enable Homebrew Bash shell integration, which sets up Homebrew's environment
and shell completions
.
|
| homebrew.enable | Whether to enable nix-darwin to manage installing/updating/upgrading Homebrew taps, formulae,
casks, Mac App Store apps, Visual Studio Code extensions, Go packages, and Cargo
crates using Homebrew Bundle
|
| homebrew.whalebrews | List of Docker images to install using whalebrew
|
| homebrew.brewPrefix | The path prefix where the brew executable is located
|