module.nix: add example for dll file path

This commit is contained in:
Nojus 2025-07-18 01:25:08 +02:00
parent 291be68043
commit 641212e569

View file

@ -17,6 +17,7 @@ in
losslessDLLFile = lib.mkOption { losslessDLLFile = lib.mkOption {
type = with lib.types; nullOr str; type = with lib.types; nullOr str;
default = null; default = null;
example = "/home/user/games/Lossless Scaling/Lossless.dll";
description = '' description = ''
Sets the LSFG_DLL_PATH environment variable. Sets the LSFG_DLL_PATH environment variable.
Required if Lossless Scaling isn't installed in a standard location Required if Lossless Scaling isn't installed in a standard location