command-not-found.nix 91 B

123456
  1. { config, ... }:
  2. {
  3. programs-sqlite.enable = config.programs.command-not-found.enable;
  4. }