mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 08:28:27 +02:00
docs: wezterm crash with the latest hyprland
This commit is contained in:
@@ -10,10 +10,16 @@
|
|||||||
# wezterm has catppuccin theme built-in,
|
# wezterm has catppuccin theme built-in,
|
||||||
# it's not necessary to install it separately.
|
# 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 =
|
programs.wezterm =
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
# TODO: Fix: https://github.com/wez/wezterm/issues/4483
|
||||||
|
# package = pkgs.wezterm.override { };
|
||||||
|
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
fontsize =
|
fontsize =
|
||||||
if pkgs.stdenv.isDarwin
|
if pkgs.stdenv.isDarwin
|
||||||
|
|||||||
Reference in New Issue
Block a user