summaryrefslogtreecommitdiff
path: root/darwinConfigurations/mairon
diff options
context:
space:
mode:
Diffstat (limited to 'darwinConfigurations/mairon')
-rw-r--r--darwinConfigurations/mairon/default.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/darwinConfigurations/mairon/default.nix b/darwinConfigurations/mairon/default.nix
index dbef20a..e031561 100644
--- a/darwinConfigurations/mairon/default.nix
+++ b/darwinConfigurations/mairon/default.nix
@@ -1,6 +1,7 @@
{
lib,
this,
+ pkgs,
...
}:
with lib; {
@@ -8,24 +9,27 @@ with lib; {
./hidden.nix
];
+ nixfiles.modules.zathura.enable = mkForce false;
+
+ hm.home.packages = with pkgs; [
+ cocoapods
+ xcodes
+ ];
+
homebrew = {
brews = [
{name = "carthage";}
+ {name = "podman";}
{name = "sourcery";}
{name = "xcbeautify";}
{name = "xcodegen";}
];
casks = [
- {name = "burp-suite";}
- {name = "cocoapods";}
- {name = "docker";}
{name = "obs";}
{name = "openlens";}
- {name = "postman";}
{name = "shadowsocksx-ng";}
{name = "vial";}
{name = "wireshark";}
- {name = "xcodes";}
];
};