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