exclude doc on headless system

This commit is contained in:
Daniel Langbein 2024-01-17 20:54:38 +01:00
parent 6466883b60
commit 65ba647566
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -12,4 +12,13 @@
defscrollback 10000
#startup_message off
'';
# Small storage space savings.
#
# Don't install documentation to `/share/doc`.
documentation.doc.enable = false;
# Don't install man pages.
documentation.man.enable = false;
# Don't install install info pages and the info command.
documentation.info.enable = false;
}