mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 02: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 = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
ENABLE_GAMESCOPE_WSI = 1;
|
||||||
|
STEAM_DISPLAY_REFRESH_LIMITS = "60,144";
|
||||||
|
STEAM_GAMESCOPE_COLOR_MANAGED = 0;
|
||||||
|
};
|
||||||
|
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "hyprland";
|
desktopSession = "hyprland";
|
||||||
user = "aly";
|
user = "aly";
|
||||||
|
|
Loading…
Reference in a new issue