about summary refs log tree commit diff
path: root/doc/index.xml
blob: 5bc7621638190a1da1a358946875001042015d4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<!DOCTYPE book [
<!ENTITY % entities SYSTEM "entities.ent">
%entities;
]>
<book xmlns="http://docbook.org/ns/docbook"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>Vuizvui</title>
  <preface>
    <title>What is Vuizvui?</title>
    <para>
      Vuizvui is a set of NixOS modules and machine configurations that aim to
      extend &nixos; in a way that fits the needs of the members of the
      &openlab; and also serves as a playground for experimental features that
      are yet to be included in the official NixOS project once they're well
      tested and matured enough.
    </para>

    <para>
      This means that module options in Vuizvui are subject to change without
      retaining backwards-compatibility for configurations outside of the
      defined machines.
    </para>

    <para>
      The name <literal>Vuizvui</literal> is of Bavarian origins and means
      something like <literal>too much</literal> while on the other side
      <literal>nix</literal> means nothing. Which fits quite well because this
      repository is for everything either too complex or not polished/generic
      enough to be pushed into &nixpkgs;.
    </para>
  </preface>

  <xi:include href="options.xml" />
</book>