command-not-found: Disable by default

This tool is broken for users that use flakes and not nix-channels, and
fails silently so few would be aware.
This commit is contained in:
Jessie Ross
2025-06-13 23:25:17 +07:00
parent ec4c48ddcd
commit 4241fb5eae

View File

@@ -33,7 +33,7 @@ in
enable = lib.mkOption {
type = lib.types.bool;
default = true;
default = false;
description = ''
Whether interactive shells should show which Nix package (if
any) provides a missing command.