From d3a12f6c8dcf01d5793763db2e067879a8a5cae4 Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 12 Feb 2025 16:15:57 -0800 Subject: [PATCH] ssh and mail updates to darwin config --- config/darwin.nix | 2 +- home/darwin.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/darwin.nix b/config/darwin.nix index ac09cf0..65c5655 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -23,9 +23,9 @@ ]; casks = [ "font-hack-nerd-font" - "proton-mail-bridge" "scroll-reverser" "instantview" + "proton-mail" "flameshot" "aerospace" "bitwarden" diff --git a/home/darwin.nix b/home/darwin.nix index 6ffc630..be79f09 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -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; }