From ea5d240d83e09e5df9dc60eebea48ab5b0503134 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 16 Apr 2025 21:26:34 +0100 Subject: [PATCH] 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. --- hosts/homes/ambroisie@mousqueton/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/homes/ambroisie@mousqueton/default.nix b/hosts/homes/ambroisie@mousqueton/default.nix index 37884d7..163fbe2 100644 --- a/hosts/homes/ambroisie@mousqueton/default.nix +++ b/hosts/homes/ambroisie@mousqueton/default.nix @@ -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 = { }; }; }; };