modules/terminfo: update list of packages with terminfo
This commit is contained in:
parent
8073b91aa3
commit
7c3d11b160
1 changed files with 3 additions and 2 deletions
|
|
@ -42,16 +42,17 @@
|
||||||
with pkgs.pkgsBuildBuild;
|
with pkgs.pkgsBuildBuild;
|
||||||
[
|
[
|
||||||
alacritty
|
alacritty
|
||||||
|
alacritty-graphics
|
||||||
|
ghostty-bin
|
||||||
kitty
|
kitty
|
||||||
mtm
|
mtm
|
||||||
rio
|
rio
|
||||||
rxvt-unicode-unwrapped
|
rxvt-unicode-unwrapped
|
||||||
rxvt-unicode-unwrapped-emoji
|
rxvt-unicode-unwrapped-emoji
|
||||||
st
|
st
|
||||||
termite
|
|
||||||
tmux
|
tmux
|
||||||
wezterm
|
wezterm
|
||||||
] ++ lib.optional (pkgs ? ghostty-bin) ghostty-bin
|
]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue