_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 (80)
aarch64-netbsdmipsel-netbsds390-nonerx-noneaarch64-genodearc-linuxm68k-linuxmicroblazeel-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