From 915c104cd952b2be7c298da73b7909533ef03e54 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 4 Apr 2017 21:53:17 +0200 Subject: machines/katara: fix changes with fontconfig.ultimate --- machines/profpatsch/katara.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index f7f671fc..7ec8b151 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -295,8 +295,10 @@ in { monospace = [ "Source Code Pro" "DejaVu Sans Mono" ]; # TODO does not work sansSerif = [ "Liberation Sans" ]; }; - ultimate.preset = "ultimate4"; - ultimate.substitutions = "combi"; + ultimate = { + enable = true; + substitutions = "combi"; + }; }; fonts.fonts = with pkgs; [ unfreeAndNonDistributablePkgs.corefonts -- cgit 1.4.1