all repos — nixfiles @ 837b394c5eec1bf3b7cb92b8a5b1f5a76eb82802

System and user configuration, managed by nix and home-manager

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 alan@alanpearce.eu
Mon, 07 Jan 2019 15:46:54 +0100
commit

837b394c5eec1bf3b7cb92b8a5b1f5a76eb82802

parent

d300ba19bdff556ba765a5ff6d7101bf27265271

1 files 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; [