[Overlays] Fix bug in overlays enable option

This commit is contained in:
Antoine Viallon 2022-02-08 12:09:07 +01:00
parent 0e0ebc1502
commit ff6d1bafb6
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

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