2021-06-30 17:43:06 +08:00
|
|
|
# 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
|
2021-07-04 08:42:44 +08:00
|
|
|
[noXlibs](#opt-environment.noXlibs), sets
|
|
|
|
|
[](#opt-i18n.supportedLocales) to
|
2021-06-30 17:43:06 +08:00
|
|
|
only support the user-selected locale,
|
2021-07-04 08:42:44 +08:00
|
|
|
[disables packages' documentation](#opt-documentation.enable),
|
|
|
|
|
and [disables sound](#opt-sound.enable).
|