[General/Desktop] Add minimal config

This commit is contained in:
Antoine Viallon 2022-10-05 08:52:52 +02:00
parent 0b706634e8
commit 233927842b
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 23 additions and 14 deletions

View file

@ -40,6 +40,9 @@ in
description = "Enable aviallon's general tuning";
type = types.bool;
};
minimal = mkEnableOption "minimal installation";
cores = mkOption {
default = null;
example = 4;