From 805cd042244f6d1bc863871bcf3ecb2022531c68 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 12 May 2024 15:37:54 -0400 Subject: [PATCH] Installing Steam --- hosts/kim/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index ba77cf6..d3a04e0 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -146,7 +146,15 @@ nixpkgs.config.allowUnfree = true; # Install firefox. - programs.firefox.enable = true; + programs = { + firefox = enable; + + steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + }; + } # List packages installed in system profile. To search, run: # $ nix search wget