tsuki: update gaming
This commit is contained in:
parent
0f122d184d
commit
cdeb1cc672
1 changed files with 4 additions and 4 deletions
|
@ -7,6 +7,9 @@
|
||||||
inputs.nix-gaming.nixosModules.platformOptimizations
|
inputs.nix-gaming.nixosModules.platformOptimizations
|
||||||
inputs.nixpkgs-xr.nixosModules.nixpkgs-xr
|
inputs.nixpkgs-xr.nixosModules.nixpkgs-xr
|
||||||
];
|
];
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.android-tools # for wired wivrn
|
||||||
|
];
|
||||||
services = {
|
services = {
|
||||||
wivrn = {
|
wivrn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -15,6 +18,7 @@
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
monadoEnvironment = {
|
monadoEnvironment = {
|
||||||
U_PACING_COMP_MIN_TIME_MS = "8";
|
U_PACING_COMP_MIN_TIME_MS = "8";
|
||||||
|
XRT_COMPOSITOR_COMPUTE = "1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
monado = {
|
monado = {
|
||||||
|
@ -29,10 +33,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
gamemode = {
|
|
||||||
enable = true;
|
|
||||||
enableRenice = true;
|
|
||||||
};
|
|
||||||
gamescope = {
|
gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
capSysNice = true;
|
capSysNice = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue