summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/services/xserver.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/services/xserver.nix b/modules/services/xserver.nix
index 179a463..f1877b7 100644
--- a/modules/services/xserver.nix
+++ b/modules/services/xserver.nix
@@ -30,12 +30,12 @@
 
   fonts = {
     enableFontDir = true;
-    enableDefaultFonts = true;
+    enableDefaultFonts = false;
     fontconfig = {
       defaultFonts = {
-        monospace = [ "IBM Plex Mono" ];
-        sansSerif = [ "Roboto" ];
-        serif = [ "Roboto Slab" ];
+        monospace = [ "Liberation Mono" ];
+        sansSerif = [ "Liberation Sans" ];
+        serif = [ "Liberation Serif" ];
       };
       penultimate = {
         enable = true;
@@ -62,14 +62,15 @@
       ibm-plex
       liberation_ttf
       mononoki
-      opensans-ttf
       roboto
       roboto-mono
       roboto-slab
       source-code-pro
       source-sans-pro
       source-serif-pro
-      xorg.fontxfree86type1
+      xorg.fontmiscmisc
+      xorg.fontcursormisc
+      xorg.fontbhlucidatypewriter100dpi
     ];
   };
 }