6 lines
110 B
Nix
6 lines
110 B
Nix
{ config, ... }:
|
|
{
|
|
homebrew.enable = true;
|
|
homebrew.taps = builtins.attrNames config.nix-homebrew.taps;
|
|
}
|