[macbook] Add watchman and whatsapp.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-08-17 19:09:26 -07:00
parent fa9ddb4c78
commit dee6da7e99

View file

@ -39,9 +39,9 @@
no_quarantine = true; no_quarantine = true;
}; };
taps = [];
brews = [ brews = [
"raylib" "raylib"
"watchman"
]; ];
casks = [ casks = [
"ghostty" "ghostty"
@ -57,6 +57,7 @@
"nrf-connect" "nrf-connect"
"segger-jlink" "segger-jlink"
"docker-desktop" "docker-desktop"
"whatsapp"
]; ];
}; };