From 9a209160a9a9a3f8f143152cb3a0e77c385d45bd Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 21 Oct 2024 17:09:26 +0200 Subject: [PATCH] configurations: disable wezterm --- configurations/profile/home/terminal/wezterm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/profile/home/terminal/wezterm.nix b/configurations/profile/home/terminal/wezterm.nix index d80d16c..ab8fc6c 100644 --- a/configurations/profile/home/terminal/wezterm.nix +++ b/configurations/profile/home/terminal/wezterm.nix @@ -6,7 +6,7 @@ let ''; in { - options.materus.profile.wezterm.enable = materusArg.pkgs.lib.mkBoolOpt config.materus.profile.enableDesktop "Enable materus wezterm config"; + options.materus.profile.wezterm.enable = materusArg.pkgs.lib.mkBoolOpt false "Enable materus wezterm config"; options.materus.profile.wezterm.enableHackFont = materusArg.pkgs.lib.mkBoolOpt true "Enable hack nerd font for wezterm"; options.materus.profile.wezterm.enableWezcraft = materusArg.pkgs.lib.mkBoolOpt true "Enable alias to start wezcraft with monocraft font"; options.materus.profile.wezterm.extraConfig = lib.mkOption {