poprawienie konfiguracji pod gaming.

This commit is contained in:
installer
2025-06-14 17:22:17 +02:00
parent 34067ead77
commit 6156ce2788
3 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
# Narzędzia do gier
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
protonup
wineWowPackages.waylandFull # wine64
lutris
space-cadet-pinball

View File

@@ -88,7 +88,15 @@
gamescopeSession.enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
gamescope = {
enable = true;
capSysNice = true;
};
gamemode.enable = true;
auto-cpufreq = {
enable = true;
settings = {

View File

@@ -18,6 +18,7 @@ in {
"lp"
"docker"
"audio"
"gamemode"
];
shell = pkgs.bash;
ignoreShellProgramCheck = true;