From deb4233b930232db090f7f0e76c20c52cdaa467e Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 9 Feb 2025 09:57:02 -0800 Subject: [PATCH] Added zsh ssh term fix and hacking packages --- home/modules/hacking.nix | 1 + home/modules/zsh.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/home/modules/hacking.nix b/home/modules/hacking.nix index 2c18a6f..bfdf656 100644 --- a/home/modules/hacking.nix +++ b/home/modules/hacking.nix @@ -8,6 +8,7 @@ ffuf amass nikto + samba nuclei rlwrap sqlmap diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index b4bec6b..d89e134 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -26,7 +26,9 @@ r330-proxmox = "ssh root@192.168.100.21"; r730xd-proxmox = "ssh root@192.168.100.22"; r330-media = "ssh media@192.168.100.40"; + r330-logging = "ssh logging@192.168.100.41"; sampledb-dev = "ssh sampledb@192.168.100.42"; + mindforge = "ssh mindforge@mindforge.randomctf.local"; # Nix Specific aliases update-darwin = "darwin-rebuild switch --flake ~/dotfiles"; @@ -51,6 +53,10 @@ if [[ "$(uname)" == "Darwin" ]]; then source <(/opt/homebrew/bin/brew shellenv) fi + + if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then + export TERM="xterm-256color" + fi ''; plugins = [