mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
Set term to xterm-256color in SSH
This commit is contained in:
parent
5c58ce6754
commit
fc4496ce2e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue