diff --git a/options.nix b/options.nix index 1da5f53..1bac5e9 100644 --- a/options.nix +++ b/options.nix @@ -15,6 +15,7 @@ hwmonPath = mkOption { type = with types; nullOr str; default = null; + example = "/sys/class/hwmon/hwmon1/temp1_input"; }; }; }