···18 # not including it may cause annoying cache misses in the case of the NixOS manual.
19 documentation.doc.enable = lib.mkOverride 500 true;
2021- fonts.fontconfig.enable = lib.mkForce false;
2223- isoImage.edition = lib.mkForce "minimal";
24}
···18 # not including it may cause annoying cache misses in the case of the NixOS manual.
19 documentation.doc.enable = lib.mkOverride 500 true;
2021+ fonts.fontconfig.enable = lib.mkOverride 500 false;
2223+ isoImage.edition = lib.mkOverride 500 "minimal";
24}