diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 951d1ee1..e5075577 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -16,12 +16,12 @@ let ); brewfile = pkgs.writeText "Brewfile" ( + optionalString (cfg.extraConfig != "") ("# Extra config\n" + cfg.extraConfig) + brewfileSection "Taps" "tap" cfg.taps + brewfileSection "Brews" "brew" cfg.brews + brewfileSection "Casks" "cask" cfg.casks + masBrewfileSection cfg.masApps + - brewfileSection "Docker containers" "whalebrew" cfg.whalebrews + - optionalString (cfg.extraConfig != "") ("# Extra config\n" + cfg.extraConfig) + brewfileSection "Docker containers" "whalebrew" cfg.whalebrews ); brew-bundle-command = concatStringsSep " " (