summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/minimal.section.md
blob: d5a569d662090ab39136c9e2823ad1add2fd64ab (plain) (blame)
1
2
3
4
5
6
7
8
9
# Minimal {#sec-profile-minimal}

This profile defines a small NixOS configuration. It does not contain any
graphical stuff. It's a very short file that enables
[noXlibs](options.html#opt-environment.noXlibs), sets
[`i18n.supportedLocales`](options.html#opt-i18n.supportedLocales) to
only support the user-selected locale,
[disables packages' documentation](options.html#opt-documentation.enable),
and [disables sound](options.html#opt-sound.enable).