nixos/fontconfig: harmonize indentation

This commit is contained in:
Jan Tojnar 2019-08-20 13:24:21 +02:00
parent 1a3f604de3
commit be2cf1f093
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 222 additions and 219 deletions

View File

@ -14,11 +14,12 @@ Low number means high priority.
*/
{ config, lib, pkgs, ... }:
{ config, pkgs, lib, ... }:
with lib;
let cfg = config.fonts.fontconfig;
let
cfg = config.fonts.fontconfig;
fcBool = x: "<bool>" + (boolToString x) + "</bool>";
@ -190,7 +191,9 @@ let cfg = config.fonts.fontconfig;
'';
# fontconfig configuration package
confPkg = pkgs.runCommand "fontconfig-conf" { preferLocalBuild = true; } ''
confPkg = pkgs.runCommand "fontconfig-conf" {
preferLocalBuild = true;
} ''
support_folder=$out/etc/fonts
latest_folder=$out/etc/fonts/${latestVersion}