mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
flake update and wezterm ssh config
This commit is contained in:
parent
985b139a3b
commit
22ce600524
3 changed files with 29 additions and 19 deletions
|
@ -16,6 +16,14 @@ return {
|
|||
initial_rows = 80,
|
||||
leader = { key="b", mods="SUPER", timeout_milliseconds = 1000 },
|
||||
default_prog = { "/Users/salar/.nix-profile/bin/fish" },
|
||||
ssh_domains = {
|
||||
{
|
||||
name = "hcloud1",
|
||||
remote_address = "hcloud1.softinio.net",
|
||||
username = "salar",
|
||||
remote_wezterm_path = "/run/current-system/sw/bin/wezterm"
|
||||
}
|
||||
},
|
||||
keys = {
|
||||
{ key = "-", mods = "LEADER", action=wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}},
|
||||
{ key = "'", mods = "LEADER", action=wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue