Skip to content

Commit

Permalink
Revert "nix-darwin/homebrew: disable it by default"
Browse files Browse the repository at this point in the history
This reverts commit 6b2dc5a.
  • Loading branch information
thiagokokada committed Jan 16, 2025
1 parent 6b2dc5a commit 3d981bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nix-darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ let
in
{
options.nix-darwin.homebrew = {
enable = lib.mkEnableOption "Homebrew config";
enable = lib.mkEnableOption "Homebrew config" // {
default = true;
};
prefix = lib.mkOption {
type = lib.types.path;
description = "Homebrew's prefix";
Expand Down

0 comments on commit 3d981bd

Please sign in to comment.