summary refs log tree commit diff stats
path: root/system/settings/services/xserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/services/xserver.nix')
-rw-r--r--system/settings/services/xserver.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index aca17b2d..12335a5b 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -34,6 +34,7 @@ with lib; {
     enableDefaultPackages = false;
     fontconfig = {
       antialias = true;
+      useEmbeddedBitmaps = true;
       defaultFonts = {
         monospace = [ "Office Code Pro" ];
         sansSerif = [ "Source Sans Pro" ];