From 685aeb15376bc906522b938be68a3049294d733b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Sep 2017 20:31:24 +0200 Subject: hidpi: Remove font settings With a mostly-docked hiDPI laptop, it doesn't make any sense. --- modules/hidpi.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules') 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" ]; - }; - }; } -- cgit 1.4.1