Remove the wezterm ssh alias
diff --git a/modules/ssh.nix b/modules/ssh.nix
index 585191c..f269500 100644
--- a/modules/ssh.nix
+++ b/modules/ssh.nix
@@ -44,9 +44,5 @@
         };
       };
     };
-
-    home.shellAliases = {
-      ssh = "wezterm ssh";
-    };
   };
 }