mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 13:53:56 -05:00
pacifidlog: enable 60hz in game mode
This commit is contained in:
parent
c1d2bdbbcc
commit
d237cac7f3
|
@ -68,6 +68,8 @@
|
|||
desktopSession = "plasma";
|
||||
|
||||
environment = {
|
||||
ENABLE_GAMESCOPE_WSI = "1";
|
||||
STEAM_DISPLAY_REFRESH_LIMITS = "60,144";
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages;
|
||||
STEAM_GAMESCOPE_COLOR_MANAGED = "0";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue