Merge pull request #3 from exalexi/main

readme: add losslessDLLFile option
This commit is contained in:
pabloaul 2025-07-18 14:14:39 +02:00 committed by GitHub
commit 2fcdb54c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
services.lsfg-vk = {
enable = true;
# optional but recommended:
environment.variables = { LSFG_DLL_PATH = "<ABSOLUTE_PATH_TO>/Lossless.dll"; }
losslessDLLFile = "<ABSOLUTE_PATH_TO>/Lossless.dll";
};
```
### User install (manual)