Added cleanup fix to nix homebrew setup

This commit is contained in:
Random936 2024-06-06 12:15:48 -07:00
parent f37d6a4ca6
commit b8283e7423

View File

@ -13,6 +13,7 @@
homebrew = {
enable = true;
onActivation.cleanup = "zap";
brews = [
"coreutils"
];