nichts/modules/programs/other/nix-index.mod.nix

12 lines
199 B
Nix
Raw Permalink Normal View History

{
2024-09-22 01:46:52 +02:00
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 = {
2025-04-06 22:34:19 +02:00
enable = true;
2024-09-22 01:46:52 +02:00
};
};
}