NixOS Wiki/getting started/zh: Difference between revisions
Appearance
Created page with "建议 NixOS 新手阅读 Nix 生态系统概览文章,以获得全面的入门知识。有关更具体的介绍,请参阅" |
Created page with "* NixOS * Nix 包管理器 * Nixpkgs 软件包仓库 * Nix 语言" |
||
| Line 8: | Line 8: | ||
建议 NixOS 新手阅读 [[Nix Ecosystem|Nix 生态系统]]概览文章,以获得全面的入门知识。有关更具体的介绍,请参阅 | 建议 NixOS 新手阅读 [[Nix Ecosystem|Nix 生态系统]]概览文章,以获得全面的入门知识。有关更具体的介绍,请参阅 | ||
* [[Overview_of_the_NixOS_Linux_distribution|NixOS]] | * [[Overview_of_the_NixOS_Linux_distribution|NixOS]] | ||
* [[Nix package manager]] | * [[Nix package manager|Nix 包管理器]] | ||
* [[Nixpkgs|Nixpkgs | * [[Nixpkgs|Nixpkgs 软件包仓库]] | ||
* [[Overview of the Nix Language |Nix | * [[Overview of the Nix Language |Nix 语言]] | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Revision as of 20:27, 28 August 2025
快速入门
这是 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.