mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-30 00:47:23 +02:00
gaming: Fix gamescope issues
This commit is contained in:
parent
8755c93d8e
commit
b6855d68e0
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||
};
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
|
@ -16,6 +17,6 @@
|
|||
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
capSysNice = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue