nerd-fonts.symbols-only

nerd-fonts-symbols-only 3.5.0

Nerd Fonts: Just the Nerd Font Icons. I.e Symbol font only

https://nerdfonts.com/
SIL Open Font License 1.1MIT License
programs: -
Platforms (79)
m68k-netbsdx86_64-windowswasm64-wasip1i686-noneaarch64-freebsdpowerpc64le-linuxarmv6l-nonei686-genode
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  nerd-fonts.symbols-only
];
Ad-hoc shell
nix-shell -p nerd-fonts.symbols-only
Flake (nix run)
nix run nixpkgs#nerd-fonts.symbols-only