From a593435947be8ed0699347b94436ed7dc4d9a858 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 13 Apr 2024 23:09:35 +0800 Subject: [PATCH] fix: atunin with nushell https://github.com/ryan4yin/nix-config/issues/119 --- home/base/core/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/core/core.nix b/home/base/core/core.nix index 45d5db0d..f50b783e 100644 --- a/home/base/core/core.nix +++ b/home/base/core/core.nix @@ -134,7 +134,7 @@ enable = true; enableBashIntegration = true; enableZshIntegration = true; - enableNushellIntegration = true; + enableNushellIntegration = false; }; }; }