docs: point to installation

This commit is contained in:
2026-05-01 10:59:05 +02:00
parent dc26c76aeb
commit 54f91b4ff8

View File

@@ -4,6 +4,10 @@ A NixOS configuration for the computer lab of eth0's school. Currently unused, b
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/6n2w8a-OPeA?si=MuE81gyMvVmq7o30" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
## Install
For the installation guide, go to [Installation](/installation)
## Why Nix?
NixOS is a Linux distribution that uses the Nix package manager to provide a declarative and reproducible configuration system. This means that you can define your entire system configuration in a single file, and Nix will take care of installing and configuring everything for you.