diff --git a/hosts/garand-laptop/config/nixpkgs/gaming.nix b/hosts/garand-laptop/config/nixpkgs/gaming.nix index e5d6b67..156b10c 100644 --- a/hosts/garand-laptop/config/nixpkgs/gaming.nix +++ b/hosts/garand-laptop/config/nixpkgs/gaming.nix @@ -1,7 +1,6 @@ # Narzędzia do gier {pkgs, ...}: { environment.systemPackages = with pkgs; [ - protonup wineWowPackages.waylandFull # wine64 lutris space-cadet-pinball diff --git a/hosts/garand-laptop/config/programs.nix b/hosts/garand-laptop/config/programs.nix index 2597b60..6141dff 100644 --- a/hosts/garand-laptop/config/programs.nix +++ b/hosts/garand-laptop/config/programs.nix @@ -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 = { diff --git a/hosts/garand-laptop/users.nix b/hosts/garand-laptop/users.nix index 821a7db..47f14b1 100644 --- a/hosts/garand-laptop/users.nix +++ b/hosts/garand-laptop/users.nix @@ -18,6 +18,7 @@ in { "lp" "docker" "audio" + "gamemode" ]; shell = pkgs.bash; ignoreShellProgramCheck = true;