summaryrefslogtreecommitdiff
path: root/darwinConfigurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-01-15 11:02:37 +0300
committerAzat Bahawi <azat@bahawi.net>2024-01-15 11:02:37 +0300
commit6552c02a332882914c2fae08c6166b94d4682e00 (patch)
tree0c2f3fac0b66885bc9665ec67a7425fc31875f47 /darwinConfigurations
parent45f4b3f347f1ca401471993e9a115eb7686e4a25 (diff)
2024-01-15
Diffstat (limited to 'darwinConfigurations')
-rw-r--r--darwinConfigurations/mairon/default.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/darwinConfigurations/mairon/default.nix b/darwinConfigurations/mairon/default.nix
index e031561..c989699 100644
--- a/darwinConfigurations/mairon/default.nix
+++ b/darwinConfigurations/mairon/default.nix
@@ -5,30 +5,37 @@
...
}:
with lib; {
- imports = [
- ./hidden.nix
- ];
-
nixfiles.modules.zathura.enable = mkForce false;
hm.home.packages = with pkgs; [
cocoapods
+ ruby
xcodes
];
homebrew = {
+ taps = [
+ {name = "kreuzwerker/homebrew-taps";}
+ ];
brews = [
{name = "carthage";}
+ {name = "go@1.21";}
+ {name = "m1-terraform-provider-helper";} # kreuzwerker/homebrew-taps
{name = "podman";}
{name = "sourcery";}
{name = "xcbeautify";}
{name = "xcodegen";}
];
casks = [
+ {name = "burp-suite";}
+ {name = "jetbrains-toolbox";}
+ {name = "krita";}
{name = "obs";}
{name = "openlens";}
+ {name = "podman-desktop";}
{name = "shadowsocksx-ng";}
{name = "vial";}
+ {name = "vnc-viewer";}
{name = "wireshark";}
];
};