summaryrefslogtreecommitdiff
path: root/modules/nixos/steam.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-12-09 22:20:50 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2025-12-09 22:20:50 -0700
commit76cb52a43aba5cad8e3ac4ad09e921324ff0620f (patch)
tree470bda47a0e9a341ce5c860fcf6bce19b8e93efa /modules/nixos/steam.nix
parent0a80fc962fbed92890654ab4c31fdfbea596438c (diff)
better proton
Diffstat (limited to 'modules/nixos/steam.nix')
-rw-r--r--modules/nixos/steam.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/steam.nix b/modules/nixos/steam.nix
index 8c7256d..0dcb7c4 100644
--- a/modules/nixos/steam.nix
+++ b/modules/nixos/steam.nix
@@ -6,6 +6,8 @@
programs.steam = {
enable = true;
gamescopeSession.enable = true;
+ extraCompatPackages = with pkgs; [proton-ge-bin];
+ localNetworkGameTransfers.openFirewall = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};