Enable Homebrew for aarch64-darwin
Added configuration to enable Homebrew on aarch64-darwin systems. Created a new module for managing Homebrew settings and added support for declarative tap management.
This commit is contained in:
parent
cbe03d1060
commit
a8acb0900b
2 changed files with 45 additions and 0 deletions
|
@ -2,7 +2,14 @@
|
|||
|
||||
with lib.metacfg;
|
||||
{
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [ "libusb"];
|
||||
};
|
||||
|
||||
metacfg = {
|
||||
system.homebrew = enabled;
|
||||
suites = {
|
||||
common = enabled;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue