updated some packages

This commit is contained in:
Kulvir Singh
2025-02-13 10:56:48 +05:30
parent 996217b767
commit 678d731ce0
7 changed files with 24 additions and 21 deletions

View File

@@ -24,6 +24,10 @@
homebrew = {
enable = true;
brews = [
# "bun"
];
caskArgs = {
appdir = "/Applications";
};
@@ -50,6 +54,8 @@
cleanup = "zap";
};
taps = [];
taps = [
# "oven-sh/bun"
];
};
}