helix: disable custom shell

This commit is contained in:
faukah 2025-07-29 21:59:55 +02:00
commit e4dc42c2f9

View file

@ -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;