_0xproto

0xproto 2.502

Free and Open-source font for programming

https://github.com/0xType/0xProto
SIL Open Font License 1.1
programs: -
Platforms (80)
aarch64-windowssh4-linuxx86_64-nonearc-linuxarmv7l-netbsdx86_64-redoxaarch64-linuxmmix-mmixware
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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