Move to homebrew on Mac

This commit is contained in:
greg-compass
2023-08-14 09:52:44 -05:00
parent 96e7ccfb67
commit 107468172f
3 changed files with 15 additions and 11 deletions
+13 -9
View File
@@ -1,13 +1,17 @@
{ pkgs, ... }:
{
#greg.pypackages = with pkgs; [
# dateutil
# ipython
# pyyaml
# responses
# ruamel-yaml
# typing-extensions
# virtualenv
#];
homebrew = {
enable = true;
brews = [
"packer"
];
casks = [
"gnucash"
"onlyoffice"
"postman"
"vagrant"
"vmware-fusion"
];
};
}