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 # Narzędzia do gier
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
protonup
wineWowPackages.waylandFull # wine64 wineWowPackages.waylandFull # wine64
lutris lutris
space-cadet-pinball space-cadet-pinball

View File

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

View File

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