all repos — archive/nixos-configuration @ 837b394c5eec1bf3b7cb92b8a5b1f5a76eb82802

Superseded by nixfiles

xserver: Tweak font rendering I have no idea what I'm doing, but this seems to look nice, even if it's not like macOS.

Alan Pearce
commit

837b394c5eec1bf3b7cb92b8a5b1f5a76eb82802

parent

d300ba19bdff556ba765a5ff6d7101bf27265271

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

jump to
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -40,7 +40,11 @@ sansSerif = [ "Liberation Sans" ];
serif = [ "Liberation Serif" ]; }; penultimate = { + enable = false; + }; + ultimate = { enable = true; + preset = "osx"; }; }; fonts = with pkgs; [