about summary refs log tree commit diff
path: root/modules/darwin/homebrew.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/darwin/homebrew.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix
index 2667828..643787a 100644
--- a/modules/darwin/homebrew.nix
+++ b/modules/darwin/homebrew.nix
@@ -23,8 +23,8 @@ in {
       enable = true;
       onActivation = {
         autoUpdate = true;
-        cleanup = "zap";
         upgrade = true;
+        cleanup = "zap";
       };
     };
   };

Consider giving Nix/NixOS a try! <3