Try to merge with compass branch

This commit is contained in:
Greg Hellings
2023-08-21 10:28:23 -05:00
parent ad20ca1856
commit 8c0a5cac2a
5 changed files with 26 additions and 20 deletions
+12 -9
View File
@@ -1,13 +1,16 @@
{ pkgs, ... }:
{
#greg.pypackages = with pkgs; [
# dateutil
# ipython
# pyyaml
# responses
# ruamel-yaml
# typing-extensions
# virtualenv
#];
homebrew = {
enable = true;
brews = [
"packer"
];
casks = [
"gnucash"
"onlyoffice"
"postman"
"vagrant"
];
};
}