commit | 8964db51013418570b0d449fab9c882b1454d905 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 19 19:46:44 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 19 19:47:41 2023 +0000 |
tree | f73fce0ed0359d8a21ebfd6e08f13d4a4aca7e1f | |
parent | 1fcb0b2a7a8d45e22e5e2e5ad82fb83580bc53b3 [diff] [blame] |
Replace kitty with wezterm - I'm not entirely happy so I'll probably switch again soon
diff --git a/modules/ssh.nix b/modules/ssh.nix index 743c207..585191c 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix
@@ -46,7 +46,7 @@ }; home.shellAliases = { - ssh = "kitty +kitten ssh"; + ssh = "wezterm ssh"; }; }; }