summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/steam.nix5
1 files changed, 5 insertions, 0 deletions
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;
};