docs: 📝 Document Nix installation

This commit is contained in:
Jesse Wierzbinski 2025-04-15 13:03:52 +02:00
parent 2d921438a9
commit c26e896afe
No known key found for this signature in database
4 changed files with 99 additions and 3 deletions

View file

@ -36,7 +36,16 @@ export default defineConfig({
sidebar: [
{
text: "Installation",
link: "/setup/installation",
items: [
{
text: "Normal",
link: "/setup/installation",
},
{
text: "Nix",
link: "/setup/nix",
},
],
},
{
text: "CLI",