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;