Try to merge with compass branch
This commit is contained in:
+12
-9
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user