2024-09-22 01:46:52 +02:00
|
|
|
{pkgs, ...}: {
|
|
|
|
programs = {
|
2024-09-22 02:02:59 +02:00
|
|
|
# We have to disable this and use nix-index instead. (Rust >>> Pearl)
|
2024-09-22 01:46:52 +02:00
|
|
|
command-not-found = {
|
|
|
|
enable = false;
|
|
|
|
};
|
|
|
|
nix-index = {
|
2024-11-03 15:29:45 +01:00
|
|
|
enable = false;
|
2024-09-22 01:46:52 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|