This commit is contained in:
mjallen18
2025-07-28 15:16:56 -05:00
parent 48108e693a
commit 7e35a27b2e
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ ... }:
{
services.lsfg-vk = {
enable = true;
ui.enable = true; # installs gui for configuring lsfg-vk
};
environment.variables = {
LSFG_DLL_PATH = "/home/deck/.steam/steam/steamapps/common/Lossless Scaling/Lossless.dll";
};
}