Install this version:
emerge -a =media-fonts/symbols-nerd-font-3.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/symbols-nerd-font-3.5.1
Or alternatively:
emerge --autounmask-write -a =media-fonts/symbols-nerd-font-3.5.1
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Note: no interest in supporting building or packaging the full suite of
# fonts, only quickly added because x11-terms/kitty requires it -- if a
# Gentoo dev wants more, feel free to take over maintenance and re-arrange.
FONT_SUFFIX=ttf
inherit font
DESCRIPTION="Symbols-only font containing the Nerd Font icons"
HOMEPAGE="https://www.nerdfonts.com/"
SRC_URI="
https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/NerdFontsSymbolsOnly.zip
-> ${P}.zip
"
S=${WORKDIR}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
BDEPEND="app-arch/unzip"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | symbols-nerd-font-3.5.1.zip | 3055824 bytes | https://github.com/ryanoasis/nerd-fonts/releases/download/v3.5.1/NerdFontsSymbolsOnly.zip |