ssh and mail updates to darwin config
This commit is contained in:
parent
411845c9e6
commit
d3a12f6c8d
@ -23,9 +23,9 @@
|
|||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
"proton-mail-bridge"
|
|
||||||
"scroll-reverser"
|
"scroll-reverser"
|
||||||
"instantview"
|
"instantview"
|
||||||
|
"proton-mail"
|
||||||
"flameshot"
|
"flameshot"
|
||||||
"aerospace"
|
"aerospace"
|
||||||
"bitwarden"
|
"bitwarden"
|
||||||
|
@ -19,5 +19,10 @@
|
|||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.ssh.extraConfig = ''
|
||||||
|
Host 192.168.100.*
|
||||||
|
SetEnv TERM=xterm-256color
|
||||||
|
'';
|
||||||
|
|
||||||
home.file.".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
|
home.file.".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user