add gamemode to graphical system config
This commit is contained in:
Generated
+4
-4
@@ -585,11 +585,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1781520546,
|
"lastModified": 1781820373,
|
||||||
"narHash": "sha256-lbOGkE+QBYXMcrFHANnXIUuK9ZUSKBhSRHHYxaVsOiM=",
|
"narHash": "sha256-btxtvKgOS3KV1lULCewi5lPgn39eNRsE8Z9n05ri04I=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "1406c189fc11aeced52392e416533a6d631fd016",
|
"rev": "4d25fef18399ab479853ab49c7456e41abd1a8f1",
|
||||||
"revCount": 5,
|
"revCount": 6,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@ssh.git.ptrtoliam.dev:2222/liam/nix-pkgs.git"
|
"url": "ssh://git@ssh.git.ptrtoliam.dev:2222/liam/nix-pkgs.git"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -127,6 +127,18 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gamemode = {
|
||||||
|
enable = true;
|
||||||
|
enableRenice = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
general = {
|
||||||
|
softrealtime = "auto";
|
||||||
|
renice = 10;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user