format brewery
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
homebrew = {
|
||||
homebrew = {
|
||||
enable = true;
|
||||
global = {
|
||||
brewfile = true;
|
||||
};
|
||||
brews = [];
|
||||
brews = [ ];
|
||||
|
||||
onActivation = {
|
||||
cleanup = "uninstall";
|
||||
@@ -124,4 +124,4 @@ homebrew = {
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user