feat(macos): install Google Chrome via Homebrew cask
Enable declarative Homebrew cask management on the macOS host so Google Chrome is installed during darwin activation and stale Homebrew items are cleaned up with zap. Made-with: Cursor
This commit is contained in:
parent
463249961e
commit
be4233a53b
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ in {
|
||||||
knownNetworkServices = [ "Wi-Fi" "Thunderbolt Bridge" ];
|
knownNetworkServices = [ "Wi-Fi" "Thunderbolt Bridge" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
homebrew = {
|
||||||
|
enable = true;
|
||||||
|
casks = [
|
||||||
|
"google-chrome"
|
||||||
|
];
|
||||||
|
onActivation.cleanup = "zap";
|
||||||
|
};
|
||||||
|
|
||||||
# macOS niceties
|
# macOS niceties
|
||||||
security.pam.services.sudo_local.touchIdAuth = true;
|
security.pam.services.sudo_local.touchIdAuth = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue