NixOS Wiki/getting started/zh
Appearance
快速入门
这是 NixOS 的官方维基。 它包含了 NixOS 手册中未涵盖的主题:NixOS 用户指南、配置示例和故障排除提示等。
NixOS 是一个基于 Nix 包管理器和 Nixpkgs 软件包仓库的 Linux 操作系统。
建议 NixOS 新手阅读 Nix 生态系统概览文章,以获得全面的入门知识。有关更具体的介绍,请参阅
如果您想在其他 Linux 发行版或 Mac 上独立体验 Nix,请访问 nix.dev 开始您的第一步。
在 Nix 生态系统中,还有许多强大的附加工具,例如:
- Home Manager, a system for managing user profile & home directory contents
- Nix Flakes, an experimental feature for managing dependencies of Nix projects
These add complexity and may be confusing at first, and you may even decide that you don't need them. Start with plain Nix/NixOS, and only integrate Home Manager and/or Flakes into your setup once you're confident with Nix/NixOS and comprehend their significance.