- 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
🧱 modules 目录说明
系统模块目录。大部分子目录通过 default.nix 提供统一入口,驱动目录采用按文件显式引用。
🌲 目录树
🧱 modules
├─ 🧭 core/ # 全局基础模块
├─ 🖥️ desktop/ # 桌面模块(DE/WM/应用)
├─ 🎮 drivers/ # 硬件驱动模块(如 NVIDIA)
└─ 🗄️ server/ # 服务器模块
rn