mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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 = {
|
||||
enable = mkOption {
|
||||
default = true;
|
||||
example = false;
|
||||
documentation = "Wether to enable system-wide overlays or not";
|
||||
type = types.bool;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue