build(apps.nix): batfi zen

This commit is contained in:
Sangmin Kim 2025-05-24 23:32:00 +09:00
parent 3bef2b6665
commit e7751659b6

View file

@ -99,6 +99,7 @@
# `brew install --cask` # `brew install --cask`
casks = [ casks = [
"claude" "claude"
"batfi"
"docker" "docker"
"daisydisk" "daisydisk"
"ghostty" "ghostty"
@ -109,7 +110,7 @@
"onyx" "onyx"
"readdle-spark" "readdle-spark"
"shottr" "shottr"
"zen-browser" "zen"
]; ];
}; };
} }