From 70800bed61a35a1130d37c065f61db28818c4295 Mon Sep 17 00:00:00 2001 From: Kyure_A <49436968+Kyure-A@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:14:32 +0900 Subject: [PATCH] sheldon: add description and example (blank) --- modules/programs/sheldon.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/programs/sheldon.nix b/modules/programs/sheldon.nix index 9d3908fb..f19869a9 100644 --- a/modules/programs/sheldon.nix +++ b/modules/programs/sheldon.nix @@ -21,6 +21,10 @@ in { settings = mkOption { inherit (tomlFormat) type; default = { }; + description = '' + ''; + example = literalExpression '' + ''; }; };