NixOS 20.09 Changes.

This commit is contained in:
Kevin Baensch 2020-11-23 23:07:42 +01:00
parent f77aedf9a5
commit 528fec2f0d
Signed by: derped
GPG key ID: C0F1D326C7626543
6 changed files with 35 additions and 34 deletions

View file

@ -4,7 +4,7 @@ with lib;
mkIf (elem "fonts" config.machine.conffiles) {
fonts = {
enableFontDir = true;
fontDir.enable = true;
enableGhostscriptFonts = true;
fontconfig = {
enable = true;