From 3cbc0b92e44477b6fca60a9647f1689b1818fdf4 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Wed, 22 May 2024 00:25:06 +0530 Subject: [PATCH] feat: Disable carapace --- common/home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/home.nix b/common/home.nix index 6498e664..c0739fc7 100644 --- a/common/home.nix +++ b/common/home.nix @@ -263,11 +263,11 @@ in { git = true; icons = true; }; - carapace = { - enable = true; - enableFishIntegration = true; - enableNushellIntegration = true; - }; + # carapace = { + # # enable = true; + # # enableFishIntegration = true; + # enableNushellIntegration = true; + # }; fzf = { enable = true; package = pkgs.fzf;