[m] Develop modules
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user