_3270font

3270font 3.0.1

Monospaced font based on IBM 3270 terminals

https://github.com/rbanffy/3270font
BSD 3-clause "New" or "Revised" LicenseSIL Open Font License 1.1
programs: -
Platforms (79)
armv5tel-linuxwasm32-wasip1armv6l-nonex86_64-openbsdx86_64-linuxmsp430-noneaarch64-darwinvc4-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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