1
Fork 0
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:
RGBCube 2024-01-29 21:40:32 +03:00
parent 5dfb3b1345
commit 0e80475316
No known key found for this signature in database

View file

@ -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";