initial commit
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 3s

This commit is contained in:
sid 2026-02-23 20:34:35 +01:00
commit 95a533c876
451 changed files with 18255 additions and 0 deletions

12
docs/index.md Normal file
View file

@ -0,0 +1,12 @@
# synix docs
Welcome to the documentation for [synix](https://git.sid.ovh/sid/synix).
The goal of this project is to provide modules and packages for your NixOS and Home Manager configurations, suitable for client and server applications. Scripts are also included to automate the creation and installation of your own flake.
## Explore the documentation:
- **Introduction to Nix**: Understand the fundamentals of the Nix language and package manager, as well as NixOS. Start here if you are new.
- **Getting Started:** A guide to go from scratch to a complete, working NixOS configuration using synix. Start here if you know about Nix and NixOS.
- **Modules:** Information about available NixOS and Home Manager modules.
- **Tips:** Find recommendations and resources to navigate the Nix ecosystem.