enable fontdir and fontconfig

This commit is contained in:
Trolli Schmittlauch 2018-10-31 00:20:14 +01:00
parent 9aeab3ad28
commit 15d3123a6c

View file

@ -149,6 +149,12 @@ in {
devices = [ { device = "/dev/sda"; } { device = "/dev/sdb"; } ];
};
fonts = {
enableFontDir = true;
fontconfig.enable = true;
};
# fix nix-env memory issues
boot.kernel.sysctl."vm.overcommit_memory" = "1";
# keep build-time deps around for offline-rebuilding