mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +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
|
||||
prismlauncher
|
||||
inotify-tools
|
||||
protonup-qt
|
||||
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
|
||||
];
|
||||
programs.gamemode.enable = true;
|
||||
programs.gamescope.enable = true;
|
||||
programs.gamescope.caSysNice = true;
|
||||
programs.steam.gamescopeSession.enable = true;
|
||||
systemSettings.bluetooth.enable = true;
|
||||
hardware.bluetooth = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue