diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-01 02:39:11 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-01 02:39:11 +0300 |
commit | ec144aaa8fb8c5a4b65e60bbc31a52d71d6e646a (patch) | |
tree | 27a5a684b2def43d0ba00fbb890ed26f572fb060 /darwinConfigurations | |
parent | 2023-05-21 (diff) |
2023-06-01
Diffstat (limited to '')
-rw-r--r-- | darwinConfigurations/mairon/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/darwinConfigurations/mairon/default.nix b/darwinConfigurations/mairon/default.nix index 451a8a9..6f129ac 100644 --- a/darwinConfigurations/mairon/default.nix +++ b/darwinConfigurations/mairon/default.nix @@ -14,6 +14,16 @@ with lib; { extraConfig."url \"git@gitlab.services.work.com:\"".insteadOf = "work:"; }; + homebrew.casks = [ + {name = "burp-suite";} + {name = "docker";} + {name = "obs";} + {name = "openlens";} + {name = "postman";} + {name = "wireshark";} + {name = "xcodes";} + ]; + networking = { computerName = mkForce this.hostname; hostName = mkForce null; # We don't want to override this. |