/ modules / home / programs / command-not-found.nix
command-not-found.nix
1  {
2    programs.command-not-found = {
3      enable = false;
4      # dbPath = "/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite"; # default
5    };
6  }