commit e773c4cb906de54d994d13933d7e4ecae8808ec9 parent 45dfe6a706b350f1c85320f6774e774df39d6ae7 Author: Chris <chris@echoz.io> Date: Thu, 18 Dec 2025 23:40:37 +0100 fix(ssh): set term to xterm-256color Diffstat:
| M | modules/ssh/default.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/modules/ssh/default.nix b/modules/ssh/default.nix @@ -11,5 +11,6 @@ home-manager.users.${user}.programs.ssh = { enable = true; enableDefaultConfig = false; + matchBlocks."*".setEnv.TERM = "xterm-256color"; }; }