nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/reshade_effect_manager.cpp b/src/reshade_effect_manager.cpp
2index 3597ca1..de45250 100644
3--- a/src/reshade_effect_manager.cpp
4+++ b/src/reshade_effect_manager.cpp
5@@ -34,7 +34,7 @@ static std::string GetLocalUsrDir()
6
7 static std::string GetUsrDir()
8 {
9- return "/usr";
10+ return "@out@";
11 }
12
13 static LogScope reshade_log("gamescope_reshade");