❄️ Dotfiles for our NixOS system configuration.

chore(ssh): remove xterm block since ghostty handles it

Chloe 89c13919 8c074100

Changed files
+1 -7
home
chloe
programs
cli
+1 -7
home/chloe/programs/cli/ssh.nix
···
programs.ssh = {
enable = true;
enableDefaultConfig = false;
-
matchBlocks."*" = lib.mkMerge [
# {
# # Default configuration for all hosts
···
identityAgent = "\"~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock\"";
})
];
-
-
# Fallback TERM for Ghostty if remote does not support xterm-ghostty
-
extraConfig = ''
-
Host *
-
SetEnv TERM=xterm-256color
-
'';
};
}
···
programs.ssh = {
enable = true;
enableDefaultConfig = false;
+
matchBlocks."*" = lib.mkMerge [
# {
# # Default configuration for all hosts
···
identityAgent = "\"~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock\"";
})
];
};
}