From bf1b444ec3159e54e8392c96048ba24ac893e6c9 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 9 May 2025 10:45:14 +0200 Subject: [PATCH] Fixes homebrew config --- hosts/dnsc-work/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 871a0b6..6e8f2f0 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -49,6 +49,7 @@ # Homebrew homebrew = { enable = true; + brewfile = true; onActivation = { autoUpdate = false;