From fc4496ce2ea8df53c6ad93ff83b9234c74edaa15 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 2 Jan 2024 16:10:07 +0300 Subject: [PATCH] Set term to xterm-256color in SSH --- modules/ssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/default.nix b/modules/ssh/default.nix index dec1ed8..f67a6db 100644 --- a/modules/ssh/default.nix +++ b/modules/ssh/default.nix @@ -2,7 +2,7 @@ desktopHomeConfiguration { programs.ssh = enabled { - matchBlocks."*".setEnv.TERM = "xterm-kitty"; + matchBlocks."*".setEnv.TERM = "xterm-256color"; matchBlocks.cube = { hostname = "5.255.78.70";