summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/hidpi.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/hidpi.nix b/modules/hidpi.nix
index 762e50e1..1f4644c5 100644
--- a/modules/hidpi.nix
+++ b/modules/hidpi.nix
@@ -6,12 +6,4 @@
       terminus_font
     ];
   };
-
-  fonts = {
-    defaultFonts = {
-      monospace = [ "Noto Mono" ];
-      sansSerif = [ "Noto Sans" ];
-      serif = [ "Noto Serif" ];
-    };
-  };
 }