All translations
Appearance
Enter a message name below to show all available translations.
Found 2 translations.
| Name | Current message text |
|---|---|
| h English (en) | The available Nerd Font subpackages can be listed by searching for {{nixos:package|nerd-fonts.*}} on the [[Searching packages|NixOS Package Search]] or by running the following command: <syntaxhighlight lang="console"> $ nix-instantiate --eval --expr "with (import <nixpkgs> {}); lib.attrNames (lib.filterAttrs (_: lib.isDerivation) nerd-fonts)" </syntaxhighlight> |
| h 中文(中国大陆) (zh-cn) | 可用的 Nerd Fonts 子包可以通过在 [[Searching packages|NixOS Package Search]] 中搜索 {{nixos:package|nerd-fonts.*}} 来列出,或者运行以下命令:<syntaxhighlight lang="console"> $ nix-instantiate --eval --expr "with (import <nixpkgs> {}); lib.attrNames (lib.filterAttrs (_: lib.isDerivation) nerd-fonts)" </syntaxhighlight> |