Files
nixos/hosts/desktop
luochen570 c92c904e76 chore: clean up and optimize nixos configuration
- 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
2026-05-24 10:36:23 +08:00
..
2026-02-27 23:58:08 +08:00
2026-03-01 19:38:51 +08:00

🧑‍💻 hosts/desktop

桌面主机入口。

🌲 目录树

🧑‍💻 hosts/desktop
├─ 🧩 default.nix           # 主机入口,引用 configuration.nix
├─ ⚙️ configuration.nix     # profile + hostName + 机器相关配置
└─ 📝 README.md

rn