summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/configuration/profiles/minimal.section.xml
blob: 5653b3f01c3fa72f1b27b99a3f5181df966dc5ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-profile-minimal">
  <title>Minimal</title>
  <para>
    This profile defines a small NixOS configuration. It does not
    contain any graphical stuff. It’s a very short file that enables
    <link xlink:href="options.html#opt-environment.noXlibs">noXlibs</link>,
    sets
    <link xlink:href="options.html#opt-i18n.supportedLocales"><literal>i18n.supportedLocales</literal></link>
    to only support the user-selected locale,
    <link xlink:href="options.html#opt-documentation.enable">disables
    packages’ documentation</link>, and
    <link xlink:href="options.html#opt-sound.enable">disables
    sound</link>.
  </para>
</section>