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
commit

685aeb15376bc906522b938be68a3049294d733b

parent

b1a0cb9247a1000dc17bcd7f14ec801a8a98c770

1 file 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" ]; - }; - }; }