foot

foot 1.28.0

Fast, lightweight and minimalistic Wayland terminal emulator

https://codeberg.org/dnkl/foot/
MIT License
main program: footprograms: footclient, foot
Platforms (24)
m68k-linuxs390x-linuxmips-linuxarc-linuxriscv64-linuxsh4-linuxpowerpc64-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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