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