modules/config/fonts.nix: revert "export GDFONTPATH in /etc/profile"
This reverts commit 2802538dc2
. 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.
This commit is contained in:
parent
2802538dc2
commit
09bfc9a53e
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ in
|
|||
environment.shellInit =
|
||||
''
|
||||
export FONTCONFIG_FILE=/etc/fonts/fonts.conf
|
||||
export GDFONTPATH=${concatStringsSep ":" config.fonts.fonts}
|
||||
'';
|
||||
|
||||
environment.systemPackages =
|
||||
|
|
Loading…
Reference in a new issue