lsfg-vk
This commit is contained in:
11
systems/x86_64-linux/desktop/services/lsfg-vk/default.nix
Normal file
11
systems/x86_64-linux/desktop/services/lsfg-vk/default.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user