all repos — nixfiles @ 685aeb15376bc906522b938be68a3049294d733b

System and user configuration, managed by nix and home-manager

hidpi: Remove font settings

With a mostly-docked hiDPI laptop, it doesn't make any sense.
Alan Pearce alan@alanpearce.eu
Sun, 17 Sep 2017 20:31:24 +0200
commit

685aeb15376bc906522b938be68a3049294d733b

parent

b1a0cb9247a1000dc17bcd7f14ec801a8a98c770

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M modules/hidpi.nixmodules/hidpi.nix
@@ -6,12 +6,4 @@ consolePackages = with pkgs; [       terminus_font
     ];
   };
-
-  fonts = {
-    defaultFonts = {
-      monospace = [ "Noto Mono" ];
-      sansSerif = [ "Noto Sans" ];
-      serif = [ "Noto Serif" ];
-    };
-  };
 }