modules/terminfo: update list of packages with terminfo

This commit is contained in:
Sam 2026-05-25 13:14:19 -07:00
parent 8073b91aa3
commit 7c3d11b160
No known key found for this signature in database
GPG key ID: F5A1A3303C50997D

View file

@ -42,16 +42,17 @@
with pkgs.pkgsBuildBuild;
[
alacritty
alacritty-graphics
ghostty-bin
kitty
mtm
rio
rxvt-unicode-unwrapped
rxvt-unicode-unwrapped-emoji
st
termite
tmux
wezterm
] ++ lib.optional (pkgs ? ghostty-bin) ghostty-bin
]
)
);