ssh and mail updates to darwin config

This commit is contained in:
Random936
2025-02-12 16:15:57 -08:00
parent 411845c9e6
commit d3a12f6c8d
2 changed files with 6 additions and 1 deletions

View File

@@ -19,5 +19,10 @@
./modules/zsh.nix
];
programs.ssh.extraConfig = ''
Host 192.168.100.*
SetEnv TERM=xterm-256color
'';
home.file.".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
}