mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-16 17:42:28 -05:00
ricing
This commit is contained in:
parent
58dea90ea9
commit
663aeffed8
9 changed files with 92 additions and 37 deletions
|
|
@ -47,7 +47,8 @@
|
|||
};
|
||||
|
||||
ricing = {
|
||||
basic.enable = lib.mkEnableOption "enable basic ricing";
|
||||
basic.enable = lib.mkEnableOption "enable basic ricing";
|
||||
wasteland.enable = lib.mkEnableOptin "post-collapse themed rice";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -96,7 +97,8 @@
|
|||
};
|
||||
|
||||
ricing = {
|
||||
basic.enable = lib.mkDefault true;
|
||||
basic.enable = lib.mkDefault true;
|
||||
wasteland.enable = lib.mkDefault false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue