From 722452061694eb750773b14a5523bceb15037b65 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 30 Jun 2025 17:28:47 -0400 Subject: [PATCH] s --- modules/home/shell-conf/nushell/nushell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/shell-conf/nushell/nushell.nix b/modules/home/shell-conf/nushell/nushell.nix index 77ed4d8..8811d9c 100644 --- a/modules/home/shell-conf/nushell/nushell.nix +++ b/modules/home/shell-conf/nushell/nushell.nix @@ -39,7 +39,7 @@ algorithm = "fuzzy"; external = { enable = true; - max_results = 100; + max_results = 200; }; }; };