From cdeb1cc672d3106f8e563ec8b3913c3c39f54ce2 Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Wed, 22 Jan 2025 20:13:46 -0500 Subject: [PATCH] tsuki: update gaming --- hosts/tsuki/gaming.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/tsuki/gaming.nix b/hosts/tsuki/gaming.nix index 405cb28..320515c 100644 --- a/hosts/tsuki/gaming.nix +++ b/hosts/tsuki/gaming.nix @@ -7,6 +7,9 @@ inputs.nix-gaming.nixosModules.platformOptimizations inputs.nixpkgs-xr.nixosModules.nixpkgs-xr ]; + environment.systemPackages = [ + pkgs.android-tools # for wired wivrn + ]; services = { wivrn = { enable = true; @@ -15,6 +18,7 @@ autoStart = true; monadoEnvironment = { U_PACING_COMP_MIN_TIME_MS = "8"; + XRT_COMPOSITOR_COMPUTE = "1"; }; }; monado = { @@ -29,10 +33,6 @@ }; }; programs = { - gamemode = { - enable = true; - enableRenice = true; - }; gamescope = { enable = true; capSysNice = true;