Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* [openSUSE](#opensuse)
* [Advanced](#advanced)
* [Arch Linux](#arch-linux)
* [NixOS](#nixos)
* [Special Purpose](#special-purpose)
* [CoreOS](#coreos)
* [Kali Linux](#kali-linux)
Expand Down Expand Up @@ -162,6 +163,14 @@ Distributions are organized into three different categories: for **beginners**,

**Default Desktop Environment:** Not applicable (there's no default Desktop environment)

#### [NixOS](https://nixos.org/)

> NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and [has many other advantages](https://nixos.org/nixos/about.html). All system services and programs can be managed with a single declarative configuration file. NixOS is a notable example of breaking the [Filesystem Hierarchy Standard](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard).

**Latest version:** 19.09 (opt-in unstable channel is Rolling Release)

**Default Desktop Environment:** Not applicable (there's no default Desktop environment)

### Special Purpose

#### [CoreOS](https://coreos.com/)
Expand Down