1
0
Fork 0

Fix hotkyes

This commit is contained in:
Malte Brandy 2021-10-29 21:54:13 +02:00
parent a5a222ba5b
commit 908ef70413
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -25,7 +25,7 @@ in
{
SSH =
let
ssh = host: "ssh ${host}";
ssh = host: "kitty +kitten ssh ${host}";
in
{
hera = ssh "hera";