update nix-index

This commit is contained in:
John Bowdre 2023-12-10 15:06:51 -06:00
parent 86bf3930de
commit a253a97430

View file

@ -9,4 +9,6 @@ in
enable = true;
enableFishIntegration = mkIf hasFish true;
};
programs.command-not-found.enable = false;
}