From cfb3f47893ef6303fba6d8fade5779e23e33ba63 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 11 Jun 2024 15:20:49 -0500 Subject: [PATCH] this still hasn't disabled it? --- modules/nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/nix.nix b/modules/nix.nix index 4845cbd..1c1145c 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -32,6 +32,11 @@ # nix-index didn't like this being enabled? programs.command-not-found.enable = false; + # I'm getting errors related to a non-existent nix-index? + programs.nix-index.enableZshIntegration = false; + programs.nix-index.enableBashIntegration =false; + programs.nix-index.enableFishIntegration = false; + nix.settings = { trusted-users = [ "@wheel" ]; accept-flake-config = true;