From 0a81dadc0c19e5893d4edf8f575e5276c28b66a4 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sun, 12 May 2024 05:24:57 -0400 Subject: [PATCH] Re-enable `nix-index` since I want the database, but not the shell Integration. --- home/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 201a5ea..e99e290 100644 --- a/home/home.nix +++ b/home/home.nix @@ -128,7 +128,8 @@ enable = true; }; nix-index = { - enable = false; + enable = true; + enableZshIntegration = false; }; ripgrep = { enable = true;