From ec144aaa8fb8c5a4b65e60bbc31a52d71d6e646a Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jun 2023 02:39:11 +0300 Subject: 2023-06-01 --- modules/darwin/homebrew.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/darwin/homebrew.nix') diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 990afae..f0bec9b 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -16,6 +16,11 @@ in { homebrew = { enable = true; taps = []; + onActivation = { + autoUpdate = true; + cleanup = "zap"; + upgrade = true; + }; }; }; } -- cgit 1.4.1