Compare commits

...

2 commits

Author SHA1 Message Date
pabloaul
2fcdb54c82
Merge pull request #3 from exalexi/main
readme: add losslessDLLFile option
2025-07-18 14:14:39 +02:00
exalexi
8b08608eca readme: add losslessDLLFile option 2025-07-18 11:24:39 +02:00

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)