hosts: homes: mousqueton: fix terminal name

Turns out I *can* use a more accurate terminfo entry for HTerm.

This fixes undercurl rendering in that terminal.
This commit is contained in:
Bruno BELANYI 2025-04-16 21:26:34 +01:00
parent 135cef2536
commit ea5d240d83

View file

@ -19,8 +19,8 @@
enableResurrect = true;
terminalFeatures = {
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
xterm-256color = { };
# HTerm configured to use a more accurate terminfo entry than `xterm-256color`
hterm-256color = { };
};
};
};