readme: add losslessDLLFile option

This commit is contained in:
exalexi 2025-07-18 11:24:39 +02:00
parent de8696f83f
commit 8b08608eca

View file

@ -31,10 +31,11 @@ outputs = {nixpkgs, lsfg-vk-flake, ...}: {
And then you should be able to enable this in your system config using:
```nix
services.lsfg-vk.enable = true;
# optional but recommended:
environment.variables = { LSFG_DLL_PATH = "<ABSOLUTE_PATH_TO>/Lossless.dll"; }
services.lsfg-vk = {
enable = true;
# optional but recommended:
losslessDLLFile = "<ABSOLUTE_PATH_TO>/Lossless.dll";
};
```
### User install (manual)