mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Set COLORTERM as well in SSH
This commit is contained in:
parent
5dfb3b1345
commit
0e80475316
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
(desktopHomeConfiguration {
|
||||
programs.ssh = enabled {
|
||||
matchBlocks."*".setEnv.TERM = "xterm-256color";
|
||||
matchBlocks."*".setEnv = {
|
||||
COLORTERM = "truecolor";
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
|
||||
matchBlocks.cube = {
|
||||
hostname = "5.255.78.70";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue