From a66c089a101805efd157c4a8fd15c647a9fa124e Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 29 Jan 2024 12:04:26 +0000 Subject: [PATCH] remove carapace completions --- modules/home/programs/nushell/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/home/programs/nushell/default.nix b/modules/home/programs/nushell/default.nix index 3e49def..ad8571f 100644 --- a/modules/home/programs/nushell/default.nix +++ b/modules/home/programs/nushell/default.nix @@ -34,10 +34,6 @@ ) ''; }; - carapace = { - enable = true; - enableNushellIntegration = true; - }; starship = { enable = true; enableNushellIntegration = true;