Jump to content

NixOS Wiki/getting started/zh

From NixOS Wiki
Revision as of 20:26, 28 August 2025 by Weijia (talk | contribs) (Created page with "== 快速入门 == 这是 NixOS 的官方维基。 它包含了 [https://nixos.org/nixos/manual NixOS 手册]中未涵盖的主题:NixOS 用户指南、配置示例和故障排除提示等。")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

快速入門

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

NixOS is a Linux operating system based on the Nix package manager and the Nixpkgs package repository.

Newcomers to NixOS are encouraged to read the Nix Core Ecosystem overview article to get a comprehensive orientation. For more specific introductions, see:

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.