From 8b6f98d1539243b754aa7b119d5ed74891d8aa2f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:53:26 +0100 Subject: [PATCH] Fix ssh kitty --- home/programs/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index dd53bed..d1a40db 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -63,6 +63,7 @@ in { sl = "ls"; open = "${pkgs.xdg-utils}/bin/xdg-open"; icat = "${pkgs.kitty}/bin/kitty +kitten icat"; + ssh = "kitty +kitten ssh"; wireguard-import = "nmcli connection import type wireguard file";