_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)
mipsel-linuxx86_64-darwinm68k-linuxarmv7l-netbsdarmv5tel-linuxm68k-netbsdmips64-nonemicroblaze-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