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

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