Disable HDR in gamescope

This commit is contained in:
Evie Litherland-Smith 2023-08-05 18:22:16 +01:00
parent 5537463fff
commit 4bd9fcba80

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
sessionCommand = " gamescope -w 1920 -h 1080 -W 3840 -H 2160 -U -f --hdr-enabled -e -- steam -gamepadui"; sessionCommand = " gamescope -w 1920 -h 1080 -W 3840 -H 2160 -U -f -g -e -- steam -gamepadui";
in in
{ {
imports = [ ./desktop.nix ]; imports = [ ./desktop.nix ];