add terminfo

This commit is contained in:
chaos 2024-07-24 16:23:55 +01:00
parent a87c6f9c94
commit fdf073bf7f
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [kitty-terminfo];
}