feat: 声明式管理 Homebrew casks/brews/masApps
- 20 个 casks、11 个 brews、3 个 MAS 应用纳入 nix-darwin 管理 - onActivation.cleanup=zap 自动清理未声明的 brew 包 - 已在 nix 管理的 CLI 工具(biome, btop, fd 等)不再重复声明 - wget 移至 home-manager 实现跨平台可用 - 移除 zellij(已有 tmux)
This commit is contained in:
+5
-7
@@ -31,6 +31,7 @@
|
||||
xh # curl/httpie
|
||||
jq # JSON
|
||||
yq # YAML
|
||||
wget
|
||||
|
||||
# System info
|
||||
fastfetch
|
||||
@@ -39,20 +40,17 @@
|
||||
# File management
|
||||
trash-cli
|
||||
|
||||
# Terminal multiplexer (alternative)
|
||||
zellij
|
||||
|
||||
# Nix tools
|
||||
nix-output-monitor # nom — better nix build output
|
||||
nix-output-monitor # nom
|
||||
nvd # nix version diff
|
||||
nh # nix helper (nixos-rebuild wrapper)
|
||||
nh # nix helper
|
||||
|
||||
# AI coding agent
|
||||
opencode
|
||||
comment-checker # AI code comment detection hook
|
||||
comment-checker
|
||||
|
||||
# Misc
|
||||
micro # simple editor fallback
|
||||
micro
|
||||
];
|
||||
|
||||
# XDG directories
|
||||
|
||||
Reference in New Issue
Block a user