diff --git a/home-manager/modules/wezterm.nix b/home-manager/modules/wezterm.nix index e3aaf58..7848f28 100755 --- a/home-manager/modules/wezterm.nix +++ b/home-manager/modules/wezterm.nix @@ -9,7 +9,8 @@ window_close_confirmation = 'NeverPrompt', term = 'wezterm', enable_wayland = false, - front_end = "WebGpu" + front_end = "WebGpu", + max_fps = 200 } ''; };