NixOS Wiki/getting started/zh

Revision as of 20:27, 28 August 2025 by Weijia (talk | contribs) (Created page with "建议 NixOS 新手阅读 Nix 生态系统概览文章,以获得全面的入门知识。有关更具体的介绍,请参阅")

快速入門

這是 NixOS 的官方維基。 它包含了 NixOS 手冊中未涵蓋的主題:NixOS 用戶指南、配置示例和故障排除提示等。

NixOS 是一個基於 Nix 包管理器和 Nixpkgs 軟件包倉庫的 Linux 作業系統。

建議 NixOS 新手閱讀 Nix 生態系統概覽文章,以獲得全面的入門知識。有關更具體的介紹,請參閱

If you want to try Nix standalone in another Linux distribution or on a Mac, take your first steps on nix.dev.

Many great additional tools exist in the Nix ecosystem, such as:

  • 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.