From 641212e5696fe210857933522da267ea7252c28c Mon Sep 17 00:00:00 2001 From: Nojus Date: Fri, 18 Jul 2025 01:25:08 +0200 Subject: [PATCH] module.nix: add example for dll file path --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index 15dc16b..52885f2 100644 --- a/module.nix +++ b/module.nix @@ -17,6 +17,7 @@ in losslessDLLFile = lib.mkOption { type = with lib.types; nullOr str; default = null; + example = "/home/user/games/Lossless Scaling/Lossless.dll"; description = '' Sets the LSFG_DLL_PATH environment variable. Required if Lossless Scaling isn't installed in a standard location