Gaming optimizations
This commit is contained in:
@ -19,10 +19,12 @@ in {
|
|||||||
gamemode
|
gamemode
|
||||||
prismlauncher
|
prismlauncher
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
protonup-qt
|
||||||
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
|
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
|
||||||
];
|
];
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
programs.gamescope.enable = true;
|
programs.gamescope.enable = true;
|
||||||
|
programs.gamescope.caSysNice = true;
|
||||||
programs.steam.gamescopeSession.enable = true;
|
programs.steam.gamescopeSession.enable = true;
|
||||||
systemSettings.bluetooth.enable = true;
|
systemSettings.bluetooth.enable = true;
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
|
Reference in New Issue
Block a user