All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Not all fonts have Nerd Fonts variants, thankfully you can easily patch them in yourself.
{{File|3=(pkgs.scientifica.overrideAttrs (o: {
  nativeBuildInputs = [ pkgs.nerd-font-patcher ];
  postInstall = ''
   mkdir -p $out/share/fonts/truetype/{scientifica,scientifica-nerd}
   mv $out/share/fonts/truetype/*.ttf $out/share/fonts/truetype/scientifica/
   for f in $out/share/fonts/truetype/scientifica/*.ttf; do
     nerd-font-patcher --complete --outputdir $out/share/fonts/truetype/scientifica-nerd/ $f
   done
  '';
}))|name=/etc/nixos/configuration.nix|lang=nix}}
 h 中文(中国大陆) (zh-cn)并非所有字体都有 Nerd Fonts 变体,但幸运的是,您可以轻松地自行打补丁。
{{File|3=(pkgs.scientifica.overrideAttrs (o: {
  nativeBuildInputs = [ pkgs.nerd-font-patcher ];
  postInstall = ''
   mkdir -p $out/share/fonts/truetype/{scientifica,scientifica-nerd}
   mv $out/share/fonts/truetype/*.ttf $out/share/fonts/truetype/scientifica/
   for f in $out/share/fonts/truetype/scientifica/*.ttf; do
     nerd-font-patcher --complete --outputdir $out/share/fonts/truetype/scientifica-nerd/ $f
   done
  '';
}))|name=/etc/nixos/configuration.nix|lang=nix}}