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.