diff --git a/README.md b/README.md index ec61738..b577523 100644 --- a/README.md +++ b/README.md @@ -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 = "/Lossless.dll"; } +services.lsfg-vk = { + enable = true; + # optional but recommended: + losslessDLLFile = "/Lossless.dll"; +}; ``` ### User install (manual)