From baa67ad6cd2ea3f6af4911491ad23f1fd5bd3443 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Wed, 31 Dec 2025 02:40:44 +0100 Subject: [PATCH] . --- modules/nixos/application/steam/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/nixos/application/steam/default.nix b/modules/nixos/application/steam/default.nix index 735aa80..5b08d31 100644 --- a/modules/nixos/application/steam/default.nix +++ b/modules/nixos/application/steam/default.nix @@ -25,18 +25,18 @@ in { }; }; - gamescopeSession = { - enable = true; - args = ["--immediate-flips"]; - }; + # gamescopeSession = { + # enable = true; + # args = ["--immediate-flips"]; + # }; }; # https://github.com/FeralInteractive/gamemode - gamemode = { - enable = true; - enableRenice = true; - settings = {}; - }; + # gamemode = { + # enable = true; + # enableRenice = true; + # settings = {}; + # }; # gamescope = { # enable = true;