diff --git a/modules/graphical/steam.nix b/modules/graphical/steam.nix index a050e5d..23a170d 100644 --- a/modules/graphical/steam.nix +++ b/modules/graphical/steam.nix @@ -1,5 +1,8 @@ -{...}: +{pkgs, ...}: { + environment.systemPackages = with pkgs; [ + wesnoth + ]; programs.steam = { enable = true; remotePlay.openFirewall = true;