I installed nix on a bare metal server and noticed that setting services.xserver.enable = false;
may not be enough to remove unneeded bloat.
Which other options that may be enabled by default can I explicitly disable to make the install less bloated?
Semi-related: I noticed python 2.7
is installed along python 3
. By now we should be able to get by without 2.x
? Can I disable it without breaking the base system and how?