all repos — archive/nixos-configuration @ dabc447cb712c6033ea3faf3131d4e61a5133fcc

Superseded by nixfiles

Merge branch 'master' of ssh://alanpearce.eu/nixos-configuration

Alan Pearce
commit

dabc447cb712c6033ea3faf3131d4e61a5133fcc

parent

43b45692de6fdd24c64b5e530d59290d38ff6e93

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

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