Compare commits

..

No commits in common. "2fcdb54c82f91c8552ad89f888f8fe82fbd88717" and "de8696f83f94d04b2eb2e990a2348caed73948dd" have entirely different histories.

View file

@ -31,11 +31,10 @@ 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:
losslessDLLFile = "<ABSOLUTE_PATH_TO>/Lossless.dll";
};
environment.variables = { LSFG_DLL_PATH = "<ABSOLUTE_PATH_TO>/Lossless.dll"; }
```
### User install (manual)