Remove redundant ~/.fonts element from the font search path

This commit is contained in:
Eelco Dolstra 2014-04-29 12:14:51 +02:00
parent 8dc287b88c
commit d6c2dcd98c

View File

@ -11,8 +11,6 @@ with lib;
# TODO: find another name for it.
fonts = mkOption {
default = [
# - the user's .fonts directory
"~/.fonts"
# - the user's current profile
"~/.nix-profile/lib/X11/fonts"
"~/.nix-profile/share/fonts"