Merge pull request #50472 from jfrankenau/fix-penultimate

nixos/fontconfig: fix enable option of penultimate
This commit is contained in:
Thomas Tuegel 2018-11-20 19:20:43 -06:00 committed by GitHub
commit 25b8d4bd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,7 +269,7 @@ in
};
config = mkIf (config.fonts.fontconfig.enable && cfg.enable) {
config = mkIf (config.fonts.fontconfig.enable && config.fonts.fontconfig.penultimate.enable) {
fonts.fontconfig.confPackages = [ penultimateConf ];