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
1 files changed, 0 insertions(+), 8 deletions(-)
jump to
M modules/hidpi.nix → modules/hidpi.nix
@@ -6,12 +6,4 @@ consolePackages = with pkgs; [ terminus_font ]; }; - - fonts = { - defaultFonts = { - monospace = [ "Noto Mono" ]; - sansSerif = [ "Noto Sans" ]; - serif = [ "Noto Serif" ]; - }; - }; }