From dd4dab7175a8efcc5f93efffb94c449324e43ad5 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 18 Aug 2025 15:46:13 -0600 Subject: too many games won't launch in hyprland --- modules/nixos/steam.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/nixos/steam.nix') diff --git a/modules/nixos/steam.nix b/modules/nixos/steam.nix index 583bb39..8c7256d 100644 --- a/modules/nixos/steam.nix +++ b/modules/nixos/steam.nix @@ -1,6 +1,11 @@ { config, pkgs, ... }: { + programs.gamescope = { + enable = true; + capSysNice = true; + }; programs.steam = { enable = true; + gamescopeSession.enable = true; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; -- cgit v1.2.3