this still hasn't disabled it?

This commit is contained in:
Daylin Morgan 2024-06-11 15:20:49 -05:00
parent c0b50129d5
commit cfb3f47893
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 5 additions and 0 deletions

View File

@ -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;