From e4dc42c2f9433d843b61ec46287d87676c84c1a8 Mon Sep 17 00:00:00 2001 From: faukah Date: Tue, 29 Jul 2025 21:59:55 +0200 Subject: [PATCH] helix: disable custom shell --- modules/home/dev/helix.hjem.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/home/dev/helix.hjem.nix b/modules/home/dev/helix.hjem.nix index 65e144b..0cfd8b9 100644 --- a/modules/home/dev/helix.hjem.nix +++ b/modules/home/dev/helix.hjem.nix @@ -364,11 +364,6 @@ let completion-timeout = 5; clipboard-provider = "wayland"; - # Shell to use when running external commands. - shell = [ - (getExe pkgs.nushell) - "-c" - ]; completion-trigger-len = 1; completion-replace = true; mouse = true;