diff --git a/modules/programs/brew-bundle.nix b/modules/programs/brew-bundle.nix index 209cd3da..33e07b34 100644 --- a/modules/programs/brew-bundle.nix +++ b/modules/programs/brew-bundle.nix @@ -38,18 +38,17 @@ in { options.programs.brew-bundle = { enable = mkEnableOption '' - Enables configuring your Brewfile, and installing/updating the formulas therein via + configuring your Brewfile, and installing/updating the formulas therein via the brew bundle command, using nix-darwin. Note that enabling this option does not install Homebrew. See the Homebrew website for - installation instructions: - https://brew.sh + installation instructions: https://brew.sh ''; cleanupType = mkOption { type = with types; enum [ "none" "uninstall" "zap" ]; - default = "uninstall"; - example = "none"; + default = "none"; + example = "uninstall"; description = '' This option manages what happens to formulas installed by Homebrew, that aren't present in the Brewfile generated by this module. @@ -128,8 +127,8 @@ in description = '' Applications to install from Mac App Store using mas. - When this option is set to a non-empty list, "mas" is automatically added - to . + When this option is used, "mas" is automatically added to + . Note that you need to be signed into the Mac App Store for mas to successfully install and upgrade applications, and that unfortunately apps removed from this @@ -137,8 +136,7 @@ in is set to "uninstall" or "zap" (this is currently a limitation of Homebrew Bundle). - For more information on mas see: - https://github.com/mas-cli/mas + For more information on mas see: https://github.com/mas-cli/mas ''; }; @@ -149,8 +147,8 @@ in description = '' Docker images to install using whalebrew. - When this option is set to a non-empty list, "whalebrew" is automatically - added to . + When this option is used, "whalebrew" is automatically added to + . For more information on whalebrew see: https://github.com/whalebrew/whalebrew