mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General/Desktop] Add minimal config
This commit is contained in:
parent
0b706634e8
commit
233927842b
2 changed files with 23 additions and 14 deletions
|
|
@ -40,6 +40,9 @@ in
|
|||
description = "Enable aviallon's general tuning";
|
||||
type = types.bool;
|
||||
};
|
||||
|
||||
minimal = mkEnableOption "minimal installation";
|
||||
|
||||
cores = mkOption {
|
||||
default = null;
|
||||
example = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue