From ad6284ab6186be8d7345fd65c1170296d1bd6511 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 12 May 2024 15:38:38 -0400 Subject: [PATCH] Steam Again! --- hosts/kim/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index d3a04e0..62cdb40 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -147,14 +147,16 @@ # Install firefox. programs = { - firefox = enable; - + firefox = { + enable = true; + }; + steam = { enable = true; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; - } + }; # List packages installed in system profile. To search, run: # $ nix search wget