nichts/modules/programs/other/nix-index.mod.nix
fau 03067acb8d
apply statix lints
Signed-off-by: fau <fau@faukah.com>
Change-Id: I6a6a696442c7de5f519287ef8b3d80668973ef48
2025-07-27 17:40:41 +02:00

11 lines
199 B
Nix

{
programs = {
# We have to disable this and use nix-index instead. (Rust >>> Pearl)
command-not-found = {
enable = false;
};
nix-index = {
enable = true;
};
};
}