From 19ba9e9442c427574e7d78dfc663e03db368a473 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 16 Apr 2025 21:27:48 +0100 Subject: [PATCH] hosts: homes: bazin: fix terminal name Turns out I *can* use a more accurate terminfo entry for HTerm. This fixes undercurl rendering in that terminal. --- hosts/homes/ambroisie@bazin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/homes/ambroisie@bazin/default.nix b/hosts/homes/ambroisie@bazin/default.nix index f52fbce..23f0ba5 100644 --- a/hosts/homes/ambroisie@bazin/default.nix +++ b/hosts/homes/ambroisie@bazin/default.nix @@ -13,8 +13,8 @@ enablePassthrough = 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 = { }; }; };