ssh and mail updates to darwin config
This commit is contained in:
parent
411845c9e6
commit
d3a12f6c8d
@ -23,9 +23,9 @@
|
||||
];
|
||||
casks = [
|
||||
"font-hack-nerd-font"
|
||||
"proton-mail-bridge"
|
||||
"scroll-reverser"
|
||||
"instantview"
|
||||
"proton-mail"
|
||||
"flameshot"
|
||||
"aerospace"
|
||||
"bitwarden"
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user