nixos/profiles/minimal: disable command-not-found

reduces size by about 1M
main
Artturin 3 years ago
parent b464f0573e
commit 115e6e7299
  1. 2
      nixos/modules/profiles/minimal.nix

@ -14,4 +14,6 @@ with lib;
documentation.enable = mkDefault false;
documentation.nixos.enable = mkDefault false;
programs.command-not-found.enable = mkDefault false;
}

Loading…
Cancel
Save