From 3398cb7cca0b9ab4ecd39a5a1598cd8ea2c08c89 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:52:35 +0100 Subject: [PATCH] main-laptop: disable wezterm --- hosts/main-laptop/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index b580b54..26ef582 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -17,7 +17,6 @@ programs = { firefox.enable = lib.mkForce true; amberol.enable = lib.mkForce true; - wezterm.enable = lib.mkForce true; vscodium.enable = lib.mkForce true; kitty.enable = lib.mkForce true; ghostty.enable = true;