From 7b011de1b800e7404058886fb5b3f665bd0036de Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 19 Jan 2020 16:38:32 +0000 Subject: 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. --- ops/nixos/nugget/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ops/nixos/nugget/default.nix') diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 735b02e008..b86c5b237d 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -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. -- cgit 1.4.1