again
This commit is contained in:
@@ -7,6 +7,13 @@ rec {
|
||||
type: default: description:
|
||||
mkOption { inherit type default description; };
|
||||
|
||||
|
||||
mkBoolOpt = mkOpt types.bool;
|
||||
|
||||
enabled = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
disabled = {
|
||||
enable = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user