style: 将项目中所有英文注释统一改为中文

This commit is contained in:
2026-04-15 16:40:20 +08:00
parent 2cd41bcd16
commit 41913d9a24
13 changed files with 68 additions and 65 deletions
+9 -9
View File
@@ -24,7 +24,7 @@
};
home.packages = with pkgs; [
# Modern CLI replacements
# 现代 CLI 替代工具
dust # du
duf # df
procs # ps
@@ -33,25 +33,25 @@
yq # YAML
wget
# System info
# 系统信息
fastfetch
tealdeer # tldr
# File management
# 文件管理
gomi
ouch # compression/decompression
ouch # 压缩/解压
# Nix tools
# Nix 工具
nix-output-monitor # nom
nvd # nix version diff
nh # nix helper
nvd # Nix 版本对比
nh # Nix 辅助工具
just
# AI coding agent
# AI 编程代理
opencode
comment-checker
# Misc
# 其他
ffmpeg
pandoc
];