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