agave

agave 37

TrueType monospaced typeface designed for X environments

https://b.agaric.net/page/agave
MIT License
programs: -
Platforms (79)
arm-noneaarch64-nonepowerpc-linuxarmv7l-netbsdavr-nonevc4-nonemips-nonei686-cygwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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