Skip to content

Commit 4d451e7

Browse files
committed
update config
1 parent a4990c7 commit 4d451e7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home-manager/config/wezterm/keybinds.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ local resurrect = wezterm.plugin.require("https://github.com/MLFlexer/resurrect.
44
local workspace_switcher = wezterm.plugin.require("https://github.com/MLFlexer/smart_workspace_switcher.wezterm")
55

66
local keys = {
7-
{
7+
8+
-- Because of kitty protocol bug: https://github.com/nushell/nushell/issues/14783
9+
{ key = "Delete", action = act.SendKey { key = "Delete" } },
10+
{
811
key = "s",
912
mods = "LEADER",
1013
action = workspace_switcher.switch_workspace(),

home-manager/config/wezterm/wezterm.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ local function basename(s)
1515
end
1616

1717
local config = {
18+
enable_kitty_keyboard = true,
1819
default_workspace = "~",
1920
font = require("font").font,
2021
font_rules = require("font").font_rules,

hosts/desktop/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ in {
163163
++ (with unstable; [ wezterm element-desktop zeroad ]);
164164
};
165165

166-
networking.firewall.allowedUDPPorts = [ 20595 ];
166+
# networking.firewall.allowedUDPPorts = [ 20595 ];
167167

168168
environment.sessionVariables = { XCURSOR_THEME = "Adwaita"; };
169169

0 commit comments

Comments
 (0)