From fe8ec58d8299d7e8e040293ccd0c7b411375f494 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 20 Jan 2024 13:10:51 +0300 Subject: [PATCH] Increase command timeout for starship --- modules/nushell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nushell/default.nix b/modules/nushell/default.nix index 73a02bd..49e28a0 100644 --- a/modules/nushell/default.nix +++ b/modules/nushell/default.nix @@ -7,8 +7,8 @@ (homeConfiguration { programs.starship = enabled { settings = { - command_timeout = 50; - scan_timeout = 10; + command_timeout = 100; + scan_timeout = 20; }; };