diff --git a/config/plugins/editor/smart-splits.nix b/config/plugins/editor/smart-splits.nix index c87d280..e85b9cc 100644 --- a/config/plugins/editor/smart-splits.nix +++ b/config/plugins/editor/smart-splits.nix @@ -3,7 +3,7 @@ enable = true; settings = { - multiplexer_integration = "WezTerm"; + multiplexer_integration = "wezterm"; }; };