aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/kitty.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/profiles/kitty.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/profiles/kitty.nix b/home/profiles/kitty.nix
index 8bfcf0c..b02702d 100644
--- a/home/profiles/kitty.nix
+++ b/home/profiles/kitty.nix
@@ -1,4 +1,4 @@
-{ ... }:
+{ pkgs, ... }:
{
programs.kitty = {
enable = true;
@@ -17,4 +17,8 @@
font_size = "15.0";
};
};
+
+ programs.fish.shellAliases = {
+ s = "${pkgs.kitty}/bin/kitten ssh";
+ };
}