chore(ops/nixos/nugget): Aimlessly tweak font configuration

These settings seem to be very mildly better than what I had before,
but I'm not entirely sure.
This commit is contained in:
Vincent Ambo 2020-01-19 16:38:32 +00:00
parent 3567f8bd0a
commit 7b011de1b8

View file

@ -149,10 +149,21 @@ in pkgs.lib.fix(self: {
fonts = {
fonts = with nixpkgs; [
corefonts
dejavu_fonts
input-fonts
jetbrains-mono
noto-fonts-cjk
noto-fonts-emoji
];
fontconfig = {
hinting.enable = true;
subpixel.lcdfilter = "light";
defaultFonts = {
monospace = [ "JetBrains Mono" ];
};
};
};
# Configure location (Vauxhall, London) for services that need it.