docs: wezterm crash with the latest hyprland

This commit is contained in:
Ryan Yin
2023-12-07 21:12:17 +08:00
parent 88671c40e7
commit 0e2faec44f

View File

@@ -10,10 +10,16 @@
# wezterm has catppuccin theme built-in,
# it's not necessary to install it separately.
# we can add wezterm as a flake input once this PR is merged:
# https://github.com/wez/wezterm/pull/3547
programs.wezterm =
{
enable = true;
# TODO: Fix: https://github.com/wez/wezterm/issues/4483
# package = pkgs.wezterm.override { };
extraConfig = let
fontsize =
if pkgs.stdenv.isDarwin