flake: implement nix-index-database

This commit is contained in:
Infinidoge 2024-10-17 09:31:08 -04:00
parent 34cd8add4a
commit 014221cc39
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
5 changed files with 39 additions and 4 deletions

View file

@ -1,3 +1,8 @@
{ ... }: {
programs.command-not-found.enable = true;
programs.nix-index = {
enable = true;
enableBashIntegration = false;
enableZshIntegration = false;
enableFishIntegration = false;
};
}