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

-2
-2
nixos/modules/config/fonts/fonts.nix
··· 11 # TODO: find another name for it. 12 fonts = mkOption { 13 default = [ 14 - # - the user's .fonts directory 15 - "~/.fonts" 16 # - the user's current profile 17 "~/.nix-profile/lib/X11/fonts" 18 "~/.nix-profile/share/fonts"
··· 11 # TODO: find another name for it. 12 fonts = mkOption { 13 default = [ 14 # - the user's current profile 15 "~/.nix-profile/lib/X11/fonts" 16 "~/.nix-profile/share/fonts"