mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Gaming optimizations
This commit is contained in:
parent
23b046aadb
commit
8ff7e88f4f
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue