mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays] Fix bug in overlays enable option
This commit is contained in:
parent
0e0ebc1502
commit
ff6d1bafb6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ in
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
example = false;
|
example = false;
|
||||||
documentation = "Wether to enable system-wide overlays or not";
|
description = "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