Translations:Fonts/11/zh-cn

Revision as of 12:54, 9 July 2026 by ZhX589 (talk | contribs) (Created page with "可用的 Nerd Fonts 子包可以通过在 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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

可用的 Nerd Fonts 子包可以通过在 NixOS Package Search 中搜索 nerd-fonts.* 来列出,或者运行以下命令:

$ nix-instantiate --eval --expr "with (import <nixpkgs> {}); lib.attrNames (lib.filterAttrs (_: lib.isDerivation) nerd-fonts)"