tsuki: update gaming

This commit is contained in:
notohh 2025-01-22 20:13:46 -05:00
parent 0f122d184d
commit cdeb1cc672
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;