NixOS Wiki/getting started/zh

Revision as of 20:27, 28 August 2025 by Weijia (talk | contribs) (Created page with "* Home Manager,用于管理用户配置文件和家目录内容的系统 * Nix Flakes,用于管理 Nix 项目依赖的实验性功能")

快速入门

这是 NixOS 的官方维基。 它包含了 NixOS 手册中未涵盖的主题:NixOS 用户指南、配置示例和故障排除提示等。

NixOS 是一个基于 Nix 包管理器和 Nixpkgs 软件包仓库的 Linux 操作系统。

建议 NixOS 新手阅读 Nix 生态系统概览文章,以获得全面的入门知识。有关更具体的介绍,请参阅

如果您想在其他 Linux 发行版或 Mac 上独立体验 Nix,请访问 nix.dev 开始您的第一步。

在 Nix 生态系统中,还有许多强大的附加工具,例如:

  • Home Manager,用于管理用户配置文件和家目录内容的系统
  • Nix Flakes,用于管理 Nix 项目依赖的实验性功能

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.