Using "remote kitty" from sway

This commit is contained in:
Andrea Ciceri 2023-04-11 23:44:52 +02:00
parent 05cdae3891
commit 7d3ebe773b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,6 +1,7 @@
{ {
pkgs, pkgs,
lib, lib,
config,
... ...
}: { }: {
imports = [ imports = [
@ -66,7 +67,7 @@
inherit bg; inherit bg;
}; };
}; };
terminal = "footclient"; terminal = "${config.programs.kitty.package}/bin/kitty ${config.programs.kitty.package}/bin/kitty +kitten ssh mothership.fleet";
bars = [ bars = [
{ {
mode = "hide"; mode = "hide";