enable fontdir and fontconfig
This commit is contained in:
parent
9aeab3ad28
commit
15d3123a6c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue