mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays] Add missing description
This commit is contained in:
parent
31e8dccf5e
commit
549bb4d1c0
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ in
|
||||||
options.aviallon.overlays = {
|
options.aviallon.overlays = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
|
example = false;
|
||||||
|
documentation = "Wether to enable system-wide overlays or not";
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue