mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-28 03:16:30 -03:00
Compare commits
No commits in common. "2fcdb54c82f91c8552ad89f888f8fe82fbd88717" and "de8696f83f94d04b2eb2e990a2348caed73948dd" have entirely different histories.
2fcdb54c82
...
de8696f83f
1 changed files with 4 additions and 5 deletions
|
@ -31,11 +31,10 @@ 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 = {
|
services.lsfg-vk.enable = true;
|
||||||
enable = true;
|
|
||||||
# optional but recommended:
|
# optional but recommended:
|
||||||
losslessDLLFile = "<ABSOLUTE_PATH_TO>/Lossless.dll";
|
environment.variables = { LSFG_DLL_PATH = "<ABSOLUTE_PATH_TO>/Lossless.dll"; }
|
||||||
};
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### User install (manual)
|
### User install (manual)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue