NixOS Wiki/en: Difference between revisions

FuzzyBot (talk | contribs)
Updating to match new version of source page
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<span style="height: 4px;"></span>
__NOTOC__
__NOTOC__
<!-- NOTE: Please don't change the layout/categorizing without first coordinating with the other editors. -->
<!-- NOTE: Please don't change the layout/categorizing without first coordinating with the other editors. -->
<!-- NOTE: Feel free to add/edit content though! -->
<!-- NOTE: Feel free to add/edit content though! -->
<!-- NOTE: This page is affected by special CSS rules that alter the brightness of images in dark mode.
    Please do not add images here unless you understand the rules in MediaWiki:Common.css and have
    tested how this page looks in both light and dark mode. -->
<!-- NOTE: Removing those notes and/or disregarding this is not only rude, but should be considered defacement. -->
<!-- NOTE: Removing those notes and/or disregarding this is not only rude, but should be considered defacement. -->
<div class="row home-panes">
<div class="row home-panes">
     <div class="col-md-7">
     <div class="col-md-7">
{{home:box|get-started|icon=clarifications|Getting started|
{{home:box|get-started|icon=clarifications|Getting started|
This is the official NixOS Wiki.
This is the official NixOS Wiki.
It includes topics not covered in the [https://nixos.org/nixos/manual NixOS Manual]: NixOS user guides, configuration examples, and troubleshooting tips.
It includes topics not covered in the [https://nixos.org/nixos/manual NixOS Manual]: NixOS user guides, configuration examples, and troubleshooting tips.


NixOS is a 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.


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]]
* [[Nix package manager]]
* [[Nix package manager]]
* [[Nixpkgs]] package repository
* [[Nixpkgs|Nixpkgs package repository]]
* [[Overview of the Nix Language |Nix Language]]
* [[Overview of the Nix Language |Nix Language]]
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].


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


* [[Home Manager|Home-manager]] to manage user profile & home directory contents
* [[Home Manager|Home Manager]], a system for managing user profile & home directory contents
* [[Flakes|Nix Flakes]] instead of nix-channel
* [[Flakes|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.
These add complexity and may be confusing at first, and you may even decide that you don't need them.