From 6cd1d1698cfef28cda5786a6eb87450ab95ed602 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 2 Aug 2025 20:21:49 -0500 Subject: [PATCH] install steam --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index f88fc55..4ddec80 100755 --- a/configuration.nix +++ b/configuration.nix @@ -161,6 +161,14 @@ fish.enable = true; }; + programs = { + steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + localNetworkGameTransfers.openFirewall = true; + }; + }; programs.firefox = { enable = true;