commit 4f5bfac30d12a0d988141b21a59b144f821700d2
parent 79afda633d15152dce0af9154b8fb579a069363f
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sat, 21 Mar 2026 22:07:33 +0000
bump
Diffstat:
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/modules/packages.nix b/modules/packages.nix
@@ -187,6 +187,7 @@ with pkgs;
nil
marksman
nodejs
+ pnpm
# Build tools
cmake
diff --git a/system/host/mac.nix b/system/host/mac.nix
@@ -160,9 +160,7 @@
util-linux
pstree
wireguard-tools
- cocoapods
- openrsync
- fastlane
+ darwin.xcode_26
];
services.aerospace = {
@@ -293,8 +291,11 @@
enable = true;
user = "mika";
prefix = "/opt/homebrew";
- taps = [ ];
- brews = [ ];
+ brews = [
+ "cocoapods"
+ "fastlane"
+ "watchman"
+ ];
casks = [ ];
onActivation = {
autoUpdate = true;