Add kitty terminfo
Some checks failed
Run nix flake check / flake-check (push) Failing after 15m6s

This commit is contained in:
Torjus Håkestad 2025-02-06 11:38:07 +01:00
parent e431ec8e64
commit 60b2a24271
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -3,5 +3,6 @@
environment.systemPackages = [
pkgs.git
pkgs.jq
pkgs.kitty.terminfo
];
}