[m] Develop modules

This commit is contained in:
soraefir
2023-12-16 15:18:35 +01:00
parent da69a21100
commit 7fd3cf04b7
5 changed files with 20 additions and 2 deletions

View File

@ -15,6 +15,10 @@ with lib; {
type = types.bool;
default = false;
};
develop = mkOption {
type = types.bool;
default = false;
};
game = mkOption {
type = types.bool;
default = false;