From 1c6a859d539715ae239c34741978238933e61c54 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 30 Jan 2025 01:48:58 +0300 Subject: [PATCH] Back out "Disable starship swift integration" This backs out commit 7d865da512c05daa454868dbae64e4492fffb1fc. --- modules/common/nushell/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index e498f5b..2c382ba 100644 --- a/modules/common/nushell/default.nix +++ b/modules/common/nushell/default.nix @@ -68,8 +68,6 @@ in { settings = { vcs.disabled = false; - swift.disabled = true; - command_timeout = 100; scan_timeout = 20;