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; }