Merge pull request #146266 from Artturin/minimalprofile1

nixos/profiles/minimal: disable command-not-found
This commit is contained in:
Robert Hensing 2021-11-16 23:36:42 +01:00 committed by GitHub
commit f03db46d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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