nixos/profiles/minimal: disable command-not-found
reduces size by about 1M
This commit is contained in:
parent
b464f0573e
commit
115e6e7299
1 changed files with 2 additions and 0 deletions
|
@ -14,4 +14,6 @@ with lib;
|
|||
documentation.enable = mkDefault false;
|
||||
|
||||
documentation.nixos.enable = mkDefault false;
|
||||
|
||||
programs.command-not-found.enable = mkDefault false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue