mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 19:06:28 -03:00
Merge pull request #3 from exalexi/main
readme: add losslessDLLFile option
This commit is contained in:
commit
2fcdb54c82
1 changed files with 5 additions and 4 deletions
|
@ -31,10 +31,11 @@ outputs = {nixpkgs, lsfg-vk-flake, ...}: {
|
||||||
|
|
||||||
And then you should be able to enable this in your system config using:
|
And then you should be able to enable this in your system config using:
|
||||||
```nix
|
```nix
|
||||||
services.lsfg-vk.enable = true;
|
services.lsfg-vk = {
|
||||||
|
enable = true;
|
||||||
# optional but recommended:
|
# optional but recommended:
|
||||||
environment.variables = { LSFG_DLL_PATH = "<ABSOLUTE_PATH_TO>/Lossless.dll"; }
|
losslessDLLFile = "<ABSOLUTE_PATH_TO>/Lossless.dll";
|
||||||
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### User install (manual)
|
### User install (manual)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue