11 lines
199 B
Nix
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;
|
|
};
|
|
};
|
|
}
|