Using "remote kitty
" from sway
This commit is contained in:
parent
05cdae3891
commit
7d3ebe773b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -66,7 +67,7 @@
|
|||
inherit bg;
|
||||
};
|
||||
};
|
||||
terminal = "footclient";
|
||||
terminal = "${config.programs.kitty.package}/bin/kitty ${config.programs.kitty.package}/bin/kitty +kitten ssh mothership.fleet";
|
||||
bars = [
|
||||
{
|
||||
mode = "hide";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue