From 09bfc9a53e1e44faae5df5e846dd199d076525ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 17 Feb 2013 23:13:27 +0100 Subject: [PATCH] modules/config/fonts.nix: revert "export GDFONTPATH in /etc/profile" This reverts commit 2802538dc2e2a8923e3d3cc3e144abc4e1561760. The idea was good, but unfortunately $GDFONTPATH has a different format, i.e. programs that use this variable don't descend into the directories listed here like fontconfig does, so we cannot use the same values for both settings. --- modules/config/fonts.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/config/fonts.nix b/modules/config/fonts.nix index 4174a889a1d7..3516ed75ab61 100644 --- a/modules/config/fonts.nix +++ b/modules/config/fonts.nix @@ -171,7 +171,6 @@ in environment.shellInit = '' export FONTCONFIG_FILE=/etc/fonts/fonts.conf - export GDFONTPATH=${concatStringsSep ":" config.fonts.fonts} ''; environment.systemPackages =