mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 23:23:55 -05:00
pacifidlog: set jovian steam environment for native color management and refresh limits
This commit is contained in:
parent
e30b04d743
commit
5569ff4c2c
|
@ -67,6 +67,13 @@ in {
|
|||
|
||||
steam = {
|
||||
enable = true;
|
||||
|
||||
environment = {
|
||||
ENABLE_GAMESCOPE_WSI = 1;
|
||||
STEAM_DISPLAY_REFRESH_LIMITS = "60,144";
|
||||
STEAM_GAMESCOPE_COLOR_MANAGED = 0;
|
||||
};
|
||||
|
||||
autoStart = true;
|
||||
desktopSession = "hyprland";
|
||||
user = "aly";
|
||||
|
|
Loading…
Reference in a new issue