diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-08-23 02:25:27 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-08-23 02:25:27 +0300 |
commit | 0e41d27187cd230111d44738b06f35efa7537b14 (patch) | |
tree | d9dc6610df0109fe530080bdbfd77d9aa7640c8c /darwinConfigurations | |
parent | 2023-08-13 (diff) |
2023-08-23
Diffstat (limited to '')
-rw-r--r-- | darwinConfigurations/mairon/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/darwinConfigurations/mairon/default.nix b/darwinConfigurations/mairon/default.nix index b044535..96538ec 100644 --- a/darwinConfigurations/mairon/default.nix +++ b/darwinConfigurations/mairon/default.nix @@ -17,10 +17,14 @@ with lib; { {name = "kreuzwerker/homebrew-taps";} ]; brews = [ + {name = "carthage";} {name = "m1-terraform-provider-helper";} + {name = "sourcery";} + {name = "xcodegen";} ]; casks = [ {name = "burp-suite";} + {name = "cocoapods";} {name = "docker";} {name = "jetbrains-toolbox";} {name = "obs";} |