From 38eab4c769ccfccfa4749aa1db856d6538b1f8df Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 24 Jan 2025 23:50:51 +0300 Subject: [PATCH] Disable starship swift integration --- modules/common/nushell/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index 2c382ba..e498f5b 100644 --- a/modules/common/nushell/default.nix +++ b/modules/common/nushell/default.nix @@ -68,6 +68,8 @@ in { settings = { vcs.disabled = false; + swift.disabled = true; + command_timeout = 100; scan_timeout = 20;