infrastructure/darwin/base/homebrew.nix

5 lines
60 B
Nix

{ config, ... }: {
homebrew = {
enable = true;
};
}