kitty

kitty 0.48.2

Fast, feature-rich, GPU based terminal emulator

https://github.com/kovidgoyal/kitty
GNU General Public License v3.0 only
main program: kittyprograms: kitten, kitty
Platforms (25)
mips-linuxx86_64-linuxarmv7l-linuxs390x-linuxloongarch64-linuxarmv5tel-linuxpowerpc-linuxmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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