mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 10:56:29 -03:00
module.nix: add example for dll file path
This commit is contained in:
parent
291be68043
commit
641212e569
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue