{ config, pkgs, ... }: { # nix-homebrew configuration for declarative Homebrew installation nix-homebrew = { enable = true; enableRosetta = true; # Apple Silicon support user = "yanlin"; autoMigrate = true; # Migrate existing Homebrew if present }; }