From 549bb4d1c0fcd127d671fc6ab4313959af5d84a6 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 27 Jan 2022 00:38:07 +0100 Subject: [PATCH] [Overlays] Add missing description --- overlays.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlays.nix b/overlays.nix index 235edcf..eefe52f 100644 --- a/overlays.nix +++ b/overlays.nix @@ -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; }; };