- fix: nvidia.nix missing semicolon (build error) - remove: ranger, vim from core/pkg.nix (yazi + neovim covers) - remove: htop duplicate in home/pkg.nix (keep in system) - replace: neofetch with fastfetch in home/pkg.nix - remove: nixd LSP, keep nil only in nvchad.nix - remove: empty server/pkg.nix and no-op server/firewall.nix - remove: redundant services.pulseaudio.enable = false default - add: comprehensive README.md documenting architecture
🏠 home 目录说明
Home Manager 用户级配置目录。
🌲 目录树
🏠 home
├─ 📦 default.nix # 聚合入口,统一 imports
├─ 📝 git.nix # Git 配置
├─ 🔐 ssh.nix # SSH 配置(从 sops secret 链接)
├─ 💻 zsh.nix # Zsh 与插件
└─ ✨ nvchad.nix # Neovim(NvChad)
rn