docs: update home

This commit is contained in:
派卡 (pi-cla) 2024-06-20 17:29:02 +00:00 committed by Auxolotl Wiki
parent 058cb546e7
commit 151293d652

View file

@ -2,7 +2,7 @@
title: Aux Wiki
description: Welcome to the Aux wiki!
published: true
date: 2024-05-17T01:05:52.766Z
date: 2024-06-20T17:29:00.465Z
tags:
editor: markdown
dateCreated: 2024-05-05T14:41:36.200Z
@ -24,7 +24,7 @@ Auxolotl is a community-driven fork of [Nix](https://nixos.org/), a package mana
## How do I get started with Auxolotl?
Check out our [templates repository](https://github.com/auxolotl/templates) for example templates you can use to bootstrap your system.
Check out our [templates repository](https://git.auxolotl.org/auxolotl/templates) for example templates you can use to bootstrap your system.
## How is Auxolotl different from Nix/NixOS?
@ -38,7 +38,7 @@ Currently, Auxolotl and Nix are intercompatible: i.e., you can install Nix packa
The short answer is: Auxolotl is for everyone.
Auxolotl is for users who like having declarable, reproducible systems. With Auxolotl, your entire system configuration is defined in plaintext files, which you can easily edit, copy, and share. This makes for systems that are easier to customize and harder to break than traditional distros. However, this does mean Auxolotl has a learning curve: Auxolotl uses a language with a unique syntax, package management is different than in most distros, and most system configuration is done using [options](https://search.nixos.org/options). To lower this barrier to entry, Auxolotl comes with [templates to help you quickly get started and bootstrap your first system](https://github.com/auxolotl/templates).
Auxolotl is for users who like having declarable, reproducible systems. With Auxolotl, your entire system configuration is defined in plaintext files, which you can easily edit, copy, and share. This makes for systems that are easier to customize and harder to break than traditional distros. However, this does mean Auxolotl has a learning curve: Auxolotl uses a language with a unique syntax, package management is different than in most distros, and most system configuration is done using [options](https://search.nixos.org/options). To lower this barrier to entry, Auxolotl comes with [templates to help you quickly get started and bootstrap your first system](https://git.auxolotl.org/auxolotl/templates).
You don't need to be a software developer or experienced system administrator to use Auxolotl, but we recommend that you have some experience using command-line tools, text editors like Vim and Nano, and at least a basic understanding of the Linux ecosystem.
@ -54,4 +54,4 @@ Auxolotl is a [community-driven distribution](https://github.com/auxolotl/commun
- [Auxolotl community forums](https://forum.aux.computer/)
- [Auxolotl GitHub](https://github.com/auxolotl)
- [Auxolotl system templates](https://github.com/auxolotl/templates)
- [Auxolotl system templates](https://git.auxolotl.org/auxolotl/templates)