Do not install info on nixos

This should save some disk space.
This commit is contained in:
Daniel Siepmann 2023-02-24 11:52:11 +01:00
parent d8e98381ba
commit 702f66916a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -59,6 +59,10 @@
};
};
documentation = {
info.enable = false;
};
programs = {
# Enable network manager applet
nm-applet.enable = true;