Jump to content

NixOS Wiki/getting started: Difference between revisions

From NixOS Wiki
DoggoBit (talk | contribs)
Make the page translateable
DoggoBit (talk | contribs)
Marked this version for translation
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:1-->
The official NixOS Wiki includes topics not covered in the [https://nixos.org/nixos/manual NixOS Manual], such as NixOS user guides, configuration examples, troubleshooting tips, etc.
The official NixOS Wiki includes topics not covered in the [https://nixos.org/nixos/manual NixOS Manual], such as NixOS user guides, configuration examples, troubleshooting tips, etc.


<!--T:2-->
NixOS is a [https://kernel.org/ Linux] operating system based on the Nix package manager and the Nixpkgs package repository.
NixOS is a [https://kernel.org/ Linux] operating system based on the Nix package manager and the Nixpkgs package repository.


<!--T:3-->
Newcomers to NixOS are encouraged to read the [[Nix Ecosystem|Nix Core Ecosystem]] overview article to get a comprehensive orientation. For more specific introductions, see:
Newcomers to NixOS are encouraged to read the [[Nix Ecosystem|Nix Core Ecosystem]] overview article to get a comprehensive orientation. For more specific introductions, see:
* [[Overview_of_the_NixOS_Linux_distribution|NixOS]]
* [[Overview_of_the_NixOS_Linux_distribution|NixOS]]
Line 12: Line 15:
If you want to try Nix standalone in another Linux distribution or on a Mac, take your first steps on [https://nix.dev nix.dev].
If you want to try Nix standalone in another Linux distribution or on a Mac, take your first steps on [https://nix.dev nix.dev].


<!--T:4-->
Many great additional tools exist in the Nix ecosystem, such as:
Many great additional tools exist in the Nix ecosystem, such as:


<!--T:5-->
* [[Home Manager|Home Manager]], a system for managing user profile & home directory contents
* [[Home Manager|Home Manager]], a system for managing user profile & home directory contents
* [[Flakes|Nix Flakes]], an experimental feature for managing dependencies of Nix projects
* [[Flakes|Nix Flakes]], an experimental feature for managing dependencies of Nix projects


<!--T:6-->
These add complexity and may be confusing at first, and you may even decide that you don't need them.
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.
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.
</translate>
</translate>

Revision as of 14:37, 9 August 2025

The official NixOS Wiki includes topics not covered in the NixOS Manual, such as NixOS user guides, configuration examples, troubleshooting tips, etc.

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.