flake: implement nix-index-database
This commit is contained in:
parent
34cd8add4a
commit
014221cc39
5 changed files with 39 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
{ ... }: {
|
||||
programs.command-not-found.enable = true;
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue