diff options
-rw-r--r-- | modules/hidpi.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/hidpi.nix b/modules/hidpi.nix index 762e50e..1f4644c 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" ]; - }; - }; } |