···27272828 # this can allow us to save some storage space
2929 fonts.fontDir.decompressFonts = true;
3030+3131+ # this enables itself on systems that are graphical. but i don't need it this
3232+ # module adds pkgs.speachd which is like 700MiB. we still will have
3333+ # speachd-minmal in our closure due to browsers
3434+ services.speechd.enable = false;
3035}