format brewery

This commit is contained in:
Olaf
2026-07-31 17:47:47 +02:00
parent e57c792874
commit a40695beaa
+4 -4
View File
@@ -1,11 +1,11 @@
{pkgs, ...}:
{ pkgs, ... }:
{
homebrew = {
homebrew = {
enable = true;
global = {
brewfile = true;
};
brews = [];
brews = [ ];
onActivation = {
cleanup = "uninstall";
@@ -124,4 +124,4 @@ homebrew = {
];
};
}
}