diff options
author | Alan Pearce | 2020-03-02 15:04:37 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-02 15:04:37 +0100 |
commit | bc6a93c316c6bc5e5615cd2aaba751e5c4c650ee (patch) | |
tree | 48df38d2cc4acbd567a97ac400c7de98c26c281f /system/settings | |
parent | 14ab449674a16df09b3e501193a4a17b0db6e675 (diff) | |
download | nixfiles-bc6a93c316c6bc5e5615cd2aaba751e5c4c650ee.tar.lz nixfiles-bc6a93c316c6bc5e5615cd2aaba751e5c4c650ee.tar.zst nixfiles-bc6a93c316c6bc5e5615cd2aaba751e5c4c650ee.zip |
xserver: Fix fontconfig config error
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/services/xserver.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index 1cdd951e..a223e6c0 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -61,6 +61,7 @@ with lib; <bool>false</bool> </edit> </match> + </fontconfig> ''; }; fonts = with pkgs; [ |