8 lines
100 B
Nix
8 lines
100 B
Nix
{ ... }:
|
|
{
|
|
programs.nix-index = {
|
|
enable = true;
|
|
autoUpdateDatabase.enable = true;
|
|
};
|
|
}
|