From 3693f173e0a8375a7e858e37aa48a723aee2431b Mon Sep 17 00:00:00 2001 From: samos667 <50653464+samos667@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:29:03 +0100 Subject: [PATCH] Update tests/test-sources/plugins/by-name/wezterm/default.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com> --- tests/test-sources/plugins/by-name/wezterm/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test-sources/plugins/by-name/wezterm/default.nix b/tests/test-sources/plugins/by-name/wezterm/default.nix index 9060ac29d5..c65608681a 100644 --- a/tests/test-sources/plugins/by-name/wezterm/default.nix +++ b/tests/test-sources/plugins/by-name/wezterm/default.nix @@ -6,7 +6,10 @@ defaults = { plugins.wezterm = { enable = true; - settings.create_commands = true; + + settings = { + create_commands = true; + }; }; }; }