From 0669006951d05284e42e732fc01f0b0249c8b149 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 17:59:15 -0400 Subject: [PATCH] feat: add kitty ssh support --- users/profiles/kitty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/profiles/kitty.nix b/users/profiles/kitty.nix index 4057bfd..4bd5e8a 100644 --- a/users/profiles/kitty.nix +++ b/users/profiles/kitty.nix @@ -7,4 +7,6 @@ size = 10; }; }; + + environment.shellAliases.ssh = "kitty +kitten ssh"; }