[Overlays] Add missing description

This commit is contained in:
Antoine Viallon 2022-01-27 00:38:07 +01:00
parent 31e8dccf5e
commit 549bb4d1c0
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -7,6 +7,8 @@ in
options.aviallon.overlays = {
enable = mkOption {
default = true;
example = false;
documentation = "Wether to enable system-wide overlays or not";
type = types.bool;
};
};